Uses of Class
java.io.PipedReader
Packages that usePipedReader
Package
Description
Provides for system input and output through data streams, serialization and the file system.
Uses ofPipedReader injava.io
Methods injava.io with parameters of typePipedReaderModifier and TypeMethodDescriptionvoidPipedWriter.connect(PipedReader snk) Connects this piped writer to a receiver.Constructors injava.io with parameters of typePipedReaderModifierConstructorDescriptionPipedWriter(PipedReader snk) Creates a piped writer connected to the specified piped reader.