JavaTM 2
Platform
Std. Ed. v1.4.0

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 2
Platform
Std. Ed. v1.4.0

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

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.