FileChannel.MapMode
Class FileChannel.MapMode
- java.lang.Object
-
- java.nio.channels.FileChannel.MapMode
- Enclosing class:
- FileChannel
public static class FileChannel.MapMode extends Object
A typesafe enumeration for file-mapping modes.
- Since:
- 1.4
- See Also:
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
Fields
READ_ONLY
public static final FileChannel.MapMode READ_ONLY
Mode for a read-only mapping.