public static class FileChannel.MapMode extends Object
Modifier and Type | Field and Description |
---|---|
static FileChannel.MapMode |
PRIVATE |
static FileChannel.MapMode |
READ_ONLY |
static FileChannel.MapMode |
READ_WRITE |
Constructor and Description |
---|
MapMode() |
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE
Copyright © 2017 JBoss by Red Hat. All rights reserved.