public static class FileChannel.MapMode extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FileChannel.MapMode |
PRIVATE |
static FileChannel.MapMode |
READ_ONLY |
static FileChannel.MapMode |
READ_WRITE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of the
MapMode object. |
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE
public java.lang.String toString()
MapMode object.toString in class java.lang.ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)