| 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 |
PipedOutputStream.connect(PipedInputStream
Connects this piped output stream to a receiver.
|
| Constructor and Description | |
|---|---|
PipedOutputStream(PipedInputStream
Creates a piped output stream connected to the specified piped input stream.
|