java.lang.Object
java.nio.channels.FileChannel.MapMode
- 含まれているクラス:
- FileChannel
public static class FileChannel.MapMode extends Object
ファイル・マッピング・モード。
- 導入されたバージョン:
- 1.4
- 関連項目:
- FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
- 
フィールドのサマリーフィールド修飾子と型フィールド説明static FileChannel.MapMode非公開(copy-on-write)マッピング用モードです。static FileChannel.MapMode読込み専用マッピング用モードです。static FileChannel.MapMode読み込み/書込みマッピング用モードです。
- 
メソッドのサマリー
- 
フィールド詳細- 
READ_ONLYpublic static final FileChannel.MapMode READ_ONLY読込み専用マッピング用モードです。
- 
READ_WRITEpublic static final FileChannel.MapMode READ_WRITE読み込み/書込みマッピング用モードです。
- 
PRIVATEpublic static final FileChannel.MapMode PRIVATE非公開(copy-on-write)マッピング用モードです。
 
- 
- 
メソッドの詳細