|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV NEXT | ||||||||
Uses of Class
java.nio.channels.FileChannel.MapMode
| Uses of FileChannel.MapMode in java.nio.channels |
| Fields in java.nio.channels declared as FileChannel.MapMode | |
static FileChannel.MapMode |
FileChannel.MapMode.READ_ONLY
|
static FileChannel.MapMode |
FileChannel.MapMode.READ_WRITE
|
static FileChannel.MapMode |
FileChannel.MapMode.PRIVATE
|
| Methods in java.nio.channels with parameters of type FileChannel.MapMode | |
abstract java.nio.MappedByteBuffer |
FileChannel.map(FileChannel.MapMode mode,
long position,
long size)
Maps the file into the memory. |
|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV NEXT | ||||||||