Uses of Class
java.nio.channels.FileChannel.MapMode
| Package | Description |
|---|---|
| java.nio.channels |
-
Uses of FileChannel.MapMode in java.nio.channels
Fields in java.nio.channels declared as FileChannel.MapMode Modifier and Type Field Description static FileChannel.MapModeFileChannel.MapMode. PRIVATEPrivate mapping mode (equivalent to copy on write).static FileChannel.MapModeFileChannel.MapMode. READ_ONLYRead-only mapping mode.static FileChannel.MapModeFileChannel.MapMode. READ_WRITERead-write mapping mode.Methods in java.nio.channels with parameters of type FileChannel.MapMode Modifier and Type Method Description abstract MappedByteBufferFileChannel. map(FileChannel.MapMode mode, long position, long size)Maps the file into memory.