public static class FileChannel.MapMode extends Object
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
Modifier and Type | Field and Description |
---|---|
static FileChannel.MapMode |
PRIVATE
私有(写时复制)映射模式。
|
static FileChannel.MapMode |
READ_ONLY
只读映射的模式。
|
static FileChannel.MapMode |
READ_WRITE
读/写映射模式。
|
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE