public static class FileChannel.MapMode extends Object
MapMode defines file mapping mode constants.| Modifier and Type | Field and Description |
|---|---|
static FileChannel.MapMode |
PRIVATE
Private mapping mode (equivalent to copy on write).
|
static FileChannel.MapMode |
READ_ONLY
Read-only mapping mode.
|
static FileChannel.MapMode |
READ_WRITE
Read-write mapping mode.
|
public static final FileChannel.MapMode PRIVATE
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE