java.lang.Object | ||
java.nio.channels.FileChannel.MapMode |
A type of file mapping modes.
Value | ||||
---|---|---|---|---|
FileChannel.MapMode | PRIVATE | Private mapping mode (equivalent to copy on write). | ||
FileChannel.MapMode | READ_ONLY | Read-only mapping mode. | ||
FileChannel.MapMode | READ_WRITE | Read-write mapping mode. |
String | toString() | |||||
Returns a string version of the mapping mode useful for debugging etc. |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |