|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.channels.FileChannel.MapMode
public static class FileChannel.MapMode
A type of file mapping modes.
| Field Summary | |
|---|---|
static FileChannel.MapMode |
PRIVATE
Private mapping mode (equivalent to copy on write). |
static FileChannel.MapMode |
READ_ONLY
Read-only mapping mode. |
static FileChannel.MapMode |
READ_WRITE
Read-write mapping mode. |
| Method Summary | |
|---|---|
String |
toString()
Returns a string version of the mapping mode useful for debugging etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FileChannel.MapMode PRIVATE
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
| Method Detail |
|---|
public String toString()
toString in class Object
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||