Package java.nio.channels
Class FileChannel.MapMode
java.lang.Object
java.nio.channels.FileChannel.MapMode
- Enclosing class:
- FileChannel
public static class FileChannel.MapMode extends Object
MapMode defines file mapping mode constants.-
Field Summary
Fields Modifier and Type Field Description static FileChannel.MapModePRIVATEPrivate mapping mode (equivalent to copy on write).static FileChannel.MapModeREAD_ONLYRead-only mapping mode.static FileChannel.MapModeREAD_WRITERead-write mapping mode. -
Method Summary