| java.lang.Object | |
| ↳ | java.nio.channels.FileChannel.MapMode |
MapMode defines file mapping mode constants.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PRIVATE | Private mapping mode (equivalent to copy on write). | ||||||||||
| READ_ONLY | Read-only mapping mode. | ||||||||||
| READ_WRITE | Read-write mapping mode. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a string version of the mapping mode.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Private mapping mode (equivalent to copy on write).
Returns a string version of the mapping mode.