| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| 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 2 Platform Standard Ed. 5.0 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。