java.nio.channels
Class FileChannel.MapMode

java.lang.Object
  extended by java.nio.channels.FileChannel.MapMode
Enclosing class:
FileChannel

public static class FileChannel.MapMode
extends Object


Field Summary
static FileChannel.MapMode PRIVATE
           
static FileChannel.MapMode READ_ONLY
           
static FileChannel.MapMode READ_WRITE
           
 
Method Summary
 String toString()
          Returns a string representation of the MapMode object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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)