Uses of Class
java.io.PipedOutputStream
| Package | Description |
|---|---|
| java.io |
-
Uses of PipedOutputStream in java.io
Methods in java.io with parameters of type PipedOutputStream Modifier and Type Method Description voidPipedInputStream. connect(PipedOutputStream src)Connects thisPipedInputStreamto aPipedOutputStream.Constructors in java.io with parameters of type PipedOutputStream Constructor Description PipedInputStream(PipedOutputStream out)PipedInputStream(PipedOutputStream out, int pipeSize)Constructs a newPipedInputStreamconnected to the givenPipedOutputStream, with the given buffer size.