Package | Description |
---|---|
java.io |
Modifier and Type | Method and Description |
---|---|
void |
PipedOutputStream.connect(PipedInputStream snk)
Connects this piped output stream to a receiver.
|
Constructor and Description |
---|
PipedOutputStream(PipedInputStream snk)
Creates a piped output stream connected to the specified piped
input stream.
|