JavaTM Platform
Standard Ed. 6

java.nio.channels
クラス FileChannel.MapMode

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 PRIVATE
          非公開 (copy-on-write) マッピング用モードです。
static FileChannel.MapMode READ_ONLY
          読み込み専用マッピング用モードです。
static FileChannel.MapMode READ_WRITE
          読み込み / 書き込みマッピング用モードです。
 
メソッドの概要
 String toString()
          このファイルマッピングモードを記述する文字列を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

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()
このファイルマッピングモードを記述する文字列を返します。

オーバーライド:
クラス Object 内の toString
戻り値:
説明文字列

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。