Uses of Class
java.io.PipedWriter
Packages that usePipedWriter
Package
Description
Provides for system input and output through data streams, serialization and the file system.
Uses ofPipedWriter injava.io
Methods injava.io with parameters of typePipedWriterModifier and TypeMethodDescriptionvoidPipedReader.connect(PipedWriter src) Causes this piped reader to be connected to the piped writersrc.Constructors injava.io with parameters of typePipedWriterModifierConstructorDescriptionPipedReader(PipedWriter src) Creates aPipedReaderso that it is connected to the piped writersrc.PipedReader(PipedWriter src, int pipeSize) Creates aPipedReaderso that it is connected to the piped writersrcand uses the specified pipe size for the pipe's buffer.