|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.nio.channels.FileChannel.MapMode
public static class FileChannel.MapMode
ファイルマッピングモードの型保証された列挙です。
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 |
フィールドの詳細 |
---|
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE
メソッドの詳細 |
---|
public String toString()
Object
内の toString
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。