public static class FileChannel.MapMode extends Object
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
修飾子と型 | フィールドと説明 |
---|---|
static FileChannel.MapMode |
PRIVATE
非公開(copy-on-write)マッピング用モードです。
|
static FileChannel.MapMode |
READ_ONLY
読込み専用マッピング用モードです。
|
static FileChannel.MapMode |
READ_WRITE
読み込み/書込みマッピング用モードです。
|
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.