|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
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
專用(寫入時拷貝)映射網要。 |
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. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。