软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
Modifier and Type | Method and Description |
---|---|
void |
PipedOutputStream.connect(PipedInputStream snk)
将此管道输出流连接到接收器。
|
Constructor and Description |
---|
PipedOutputStream(PipedInputStream snk)
创建连接到指定的管道输入流的管道输出流。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.