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:
- a string identifying this object.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.