Uses of Class java.nio.channels.FileChannel.MapMode

Uses in package java.nio.channels

Fields of type java.nio.channels.FileChannel.MapMode

FileChannel.MapMode
FileChannel.MapMode
FileChannel.MapMode

Methods with parameter type java.nio.channels.FileChannel.MapMode

MappedByteBuffer
FileChannel.map(FileChannel.MapMode mode, long position, long size)
Maps the file into the memory.