java.nio.channels
Class FileChannel.MapMode
java.lang.Object
java.nio.channels.FileChannel.MapMode
- Enclosing class:
- FileChannel
public static class FileChannel.MapMode
- extends Object
Method Summary |
String |
toString()
Returns a string representation of the MapMode object. |
READ_ONLY
public static final FileChannel.MapMode READ_ONLY
READ_WRITE
public static final FileChannel.MapMode READ_WRITE
PRIVATE
public static final FileChannel.MapMode PRIVATE
toString
public String toString()
- Returns a string representation of the
MapMode
object.
- Overrides:
toString
in class Object
- Returns:
- the String representing this Object, which may be null
- See Also:
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)