java.nio.channels
public
static
class
java.nio.channels.FileChannel.MapMode
A type of file mapping modes.
Summary
Constants
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
MapMode
PRIVATE
Private mapping mode (equivalent to copy on write).
public
static
final
MapMode
READ_ONLY
Read-only mapping mode.
public
static
final
MapMode
READ_WRITE
Read-write mapping mode.
Public Methods
public
String
toString()
Answers a string version of the mapping mode useful for debugging
etc.