public static classFileChannel.MapModeextendsObject
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)| Modifier and Type | Field and Description |
|---|---|
staticFileChannel.MapMode | PRIVATEMode for a private (copy-on-write) mapping. |
staticFileChannel.MapMode | READ_ONLYMode for a read-only mapping. |
staticFileChannel.MapMode | READ_WRITEMode for a read/write mapping. |
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE