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

Uses in package gnu.java.nio

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

MappedByteBuffer
FileChannelImpl.map(FileChannel.MapMode mode, long position, long size)

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.

Uses in package gnu.java.nio.channels

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

MappedByteBuffer
FileChannelImpl.map(FileChannel.MapMode mode, long position, long size)