Frames | No Frames |
Constructors with parameter type java.io.PipedOutputStream | |
This constructor creates a new PipedInputStream and connects
it to the passed in PipedOutputStream . | |
This constructor creates a new PipedInputStream of the given
size and connects it to the passed in PipedOutputStream .
|
Methods with parameter type java.io.PipedOutputStream | |
void | This method connects this stream to the passed in
PipedOutputStream .
|