public static class FileChannel.MapMode extends Object
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
Modifier and Type | Field and Description |
---|---|
static FileChannel.MapMode |
PRIVATE
Mode for a private (copy-on-write) mapping.
|
static FileChannel.MapMode |
READ_ONLY
Mode for a read-only mapping.
|
static FileChannel.MapMode |
READ_WRITE
Mode 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
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.