Uses of Class
java.nio.channels.FileChannel.MapMode
Packages that use FileChannel.MapMode
-
Uses of FileChannel.MapMode in java.nio.channels
Fields in java.nio.channels declared as FileChannel.MapModeModifier and TypeFieldDescriptionstatic final FileChannel.MapMode
FileChannel.MapMode.PRIVATE
static final FileChannel.MapMode
FileChannel.MapMode.READ_ONLY
static final FileChannel.MapMode
FileChannel.MapMode.READ_WRITE
Methods in java.nio.channels with parameters of type FileChannel.MapModeModifier and TypeMethodDescriptionabstract MappedByteBuffer
FileChannel.map
(FileChannel.MapMode mode, long position, long size)