|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
FileChannel.MapMode を使用しているパッケージ | |
---|---|
java.nio.channels | 入出力操作を実行できるエンティティー (ファイル、ソケットなど) への接続を表すチャネルや、多重化された非ブロック入出力操作用のセレクタを定義します。 |
java.nio.channels での FileChannel.MapMode の使用 |
---|
FileChannel.MapMode として宣言されている java.nio.channels のフィールド | |
---|---|
static FileChannel.MapMode |
FileChannel.MapMode.PRIVATE
非公開 (copy-on-write) マッピング用モードです。 |
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 Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。