Package | Description |
---|---|
java.io |
Input/Output support
|
Modifier and Type | Method and Description |
---|---|
void |
PipedOutputStream.connect(PipedInputStream sink)
Connects this object to the specified
PipedInputStream
object. |
Constructor and Description |
---|
PipedOutputStream(PipedInputStream sink)
Create a new
PipedOutputStream instance
to write to the specified PipedInputStream . |