Uses of Class
java.io.PipedWriter
Package
Description
Provides for system input and output through data streams,
serialization and the file system.
-
Uses of PipedWriter in java.io
Modifier and TypeMethodDescriptionvoid
PipedReader.connect
(PipedWriter src) Causes this piped reader to be connected to the piped writersrc
.ModifierConstructorDescriptionPipedReader
(PipedWriter src) Creates aPipedReader
so that it is connected to the piped writersrc
.PipedReader
(PipedWriter src, int pipeSize) Creates aPipedReader
so that it is connected to the piped writersrc
and uses the specified pipe size for the pipe's buffer.