|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.nio.channels
Class FileChannel.MapMode

java.lang.Objectjava.nio.channels.FileChannel.MapMode
- Enclosing class:
- FileChannel
- public static class FileChannel.MapMode
- extends java.lang.Object
| Field Summary | |
(package private) int |
m
|
static FileChannel.MapMode |
PRIVATE
|
static FileChannel.MapMode |
READ_ONLY
|
static FileChannel.MapMode |
READ_WRITE
|
| Constructor Summary | |
(package private) |
FileChannel.MapMode(int a)
Initializes the MapMode. |
| Method Summary | |
java.lang.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 |
m
int m
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
| Constructor Detail |
FileChannel.MapMode
FileChannel.MapMode(int a)
- Initializes the MapMode.
| Method Detail |
toString
public java.lang.String toString()
- Returns a string representation of the
MapModeobject.
|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.nio.channels.FileChannel.MapMode