Uses of Class
java.io.PipedWriter
| Package | Description |
|---|---|
| java.io |
-
Uses of PipedWriter in java.io
Methods in java.io with parameters of type PipedWriter Modifier and Type Method Description voidPipedReader. connect(PipedWriter src)Connects thisPipedReaderto aPipedWriter.Constructors in java.io with parameters of type PipedWriter Constructor Description PipedReader(PipedWriter out)PipedReader(PipedWriter out, int pipeSize)Constructs a newPipedReaderconnected to the givenPipedWriter, with the given buffer size.