软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
Modifier and Type | Method and Description |
---|---|
void |
PipedInputStream.connect(PipedOutputStream src)
造成这一管道输入流被连接到管道输出流
src 。
|
Constructor and Description |
---|
PipedInputStream(PipedOutputStream src)
创建一个
PipedInputStream 使它连接到管道输出流
src 。
|
PipedInputStream(PipedOutputStream src, int pipeSize)
创建一个
PipedInputStream 使它连接到管道输出流
src 并使用指定的管道尺寸的管的缓冲。
|
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.