| Package | Description |
|---|---|
| java.io |
Provides for system input and output through data streams,
serialization and the file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipedReader.connect(PipedWriter src)
Causes this piped reader to be connected
to the piped writer
src. |
| Constructor and Description |
|---|
PipedReader(PipedWriter src)
Creates a
PipedReader so
that it is connected to the piped writer
src. |
Copyright © 2012 CableLabs. All Rights Reserved.