|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 FileChannel.MapMode 的軟體套件 | |
---|---|
java.nio.channels | 定義了各種通道,這些通道表示到能夠執行 I/O 操作的實體(如檔案和Socket)的連接;定義了用於多路傳輸的、非阻塞 I/O 操作的選擇器。 |
java.nio.channels 中 FileChannel.MapMode 的使用 |
---|
宣告為 FileChannel.MapMode 的 java.nio.channels 中的欄位 | |
---|---|
static FileChannel.MapMode |
FileChannel.MapMode.PRIVATE
專用(寫入時拷貝)映射網要。 |
static FileChannel.MapMode |
FileChannel.MapMode.READ_ONLY
只讀映射網要。 |
static FileChannel.MapMode |
FileChannel.MapMode.READ_WRITE
讀取/寫入映射網要。 |
參數型別為 FileChannel.MapMode 的 java.nio.channels 中的方法 | |
---|---|
abstract MappedByteBuffer |
FileChannel.map(FileChannel.MapMode mode,
long position,
long size)
將此通道的檔案區域直接映射到記憶體中。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。