public
static
class
FileChannel.MapMode
extends Object
java.lang.Object | |
↳ | java.nio.channels.FileChannel.MapMode |
A typesafe enumeration for file-mapping modes.
See also:
Fields | |
---|---|
public
static
final
FileChannel.MapMode |
PRIVATE
Mode for a private (copy-on-write) mapping. |
public
static
final
FileChannel.MapMode |
READ_ONLY
Mode for a read-only mapping. |
public
static
final
FileChannel.MapMode |
READ_WRITE
Mode for a read/write mapping. |
Public methods | |
---|---|
String
|
toString()
Returns a string describing this file-mapping mode. |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
FileChannel.MapMode PRIVATE
Mode for a private (copy-on-write) mapping.
String toString ()
Returns a string describing this file-mapping mode.
Returns | |
---|---|
String |
A descriptive string |