public static class FileChannel.MapMode extends Object
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
| Modifier and Type | Field and Description |
|---|---|
static FileChannel |
PRIVATE
Mode for a private (copy-on-write) mapping.
|
static FileChannel |
READ_ONLY
Mode for a read-only mapping.
|
static FileChannel |
READ_WRITE
Mode for a read/write mapping.
|
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE