Class MemoryMappedFileCleaner
- java.lang.Object
-
- net.haesleinhuepf.clij.coremem.memmap.MemoryMappedFileCleaner
-
-
Constructor Summary
Constructors Constructor Description MemoryMappedFileCleaner(FileChannel pFileChannel, long pMemoryMapAddress, long pMappedRegionLength, Long pSignature)Instanciates a cleaner that can free the ressources associated to a memroy mapped file.
-
-
-
Constructor Detail
-
MemoryMappedFileCleaner
public MemoryMappedFileCleaner(FileChannel pFileChannel, long pMemoryMapAddress, long pMappedRegionLength, Long pSignature)
Instanciates a cleaner that can free the ressources associated to a memroy mapped file.- Parameters:
pFileChannel- file channelpMemoryMapAddress- memory mapped addresspMappedRegionLength- mapped region lengthpSignature- signature
-
-