软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
Modifier and Type | Method and Description |
---|---|
void |
PipedReader.connect(PipedWriter src)
造成这一管道的读者所要连接的管道的作家
src 。
|
Constructor and Description |
---|
PipedReader(PipedWriter src)
创建一个
PipedReader 使它连接到管道的作家
src 。
|
PipedReader(PipedWriter src, int pipeSize)
创建一个
PipedReader 使它连接到管道的作家
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.