モジュール java.base
パッケージ java.nio.channels

クラス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

        public String toString()
        このファイル・マッピング・モードを記述する文字列を返します。
        オーバーライド:
        toString、クラスObject
        戻り値:
        説明文字列