java.nio.channels
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. |
MapMode object.