クラスFileChannel.MapMode
java.lang.Object
java.nio.channels.FileChannel.MapMode
- 含まれているクラス:
FileChannel
-
フィールドのサマリー
フィールド修飾子と型フィールド説明static final FileChannel.MapMode
非公開(copy-on-write)マッピング用モードです。static final FileChannel.MapMode
読込み専用マッピング用モードです。static final FileChannel.MapMode
読み込み/書込みマッピング用モードです。 -
メソッドのサマリー
-
フィールド詳細
-
READ_ONLY
public static final FileChannel.MapMode READ_ONLY読込み専用マッピング用モードです。 -
READ_WRITE
public static final FileChannel.MapMode READ_WRITE読み込み/書込みマッピング用モードです。 -
PRIVATE
public static final FileChannel.MapMode PRIVATE非公開(copy-on-write)マッピング用モードです。
-
-
メソッドの詳細
-
toString
-