|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Pipe を使用しているパッケージ | |
---|---|
java.nio.channels | 入出力操作を実行できるエンティティー (ファイル、ソケットなど) への接続を表すチャネルや、多重化された非ブロック入出力操作用のセレクタを定義します。 |
java.nio.channels.spi | java.nio.channels パッケージのサービスプロバイダクラスです。 |
java.nio.channels での Pipe の使用 |
---|
Pipe を返す java.nio.channels のメソッド | |
---|---|
static Pipe |
Pipe.open()
パイプをオープンします。 |
java.nio.channels.spi での Pipe の使用 |
---|
Pipe を返す java.nio.channels.spi のメソッド | |
---|---|
abstract Pipe |
SelectorProvider.openPipe()
パイプをオープンします。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。