JavaTM 2 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
          專用(寫入時拷貝)映射網要。
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
專用(寫入時拷貝)映射網要。

方法詳細資訊

toString

public String toString()
返回描述此檔案映射網要的字元串。

覆寫:
類別 Object 中的 toString
返回:
一個描述性的字元串

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only