Uses of Class
net.haesleinhuepf.clij.coremem.exceptions.MemoryMapFileException
-
Packages that use MemoryMapFileException Package Description net.haesleinhuepf.clij.coremem.memmap -
-
Uses of MemoryMapFileException in net.haesleinhuepf.clij.coremem.memmap
Methods in net.haesleinhuepf.clij.coremem.memmap that throw MemoryMapFileException Modifier and Type Method Description static longMemoryMappedFileUtils. map(FileChannel pFileChannel, MemoryMappedFileAccessMode pAccessMode, long pFilePosition, long pMappedRegionLength, boolean pExtendIfNeeded)Maps a region of a file.static intMemoryMappedFileUtils. unmap(FileChannel pFileChannel, long pMemoryMapAddress, long pMappedRegionLength)Unmaps memory mapped file.
-