软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
Modifier and Type | Method and Description |
---|---|
void |
PipedWriter.connect(PipedReader snk)
将这个管道的作者连接到一个接收器。
|
Constructor and Description |
---|
PipedWriter(PipedReader 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.