Open In App

Java.io.PipedReader Class in Java

This class is basically a piped character-input streams.In I/O Piped, simply means a link between two threads running in JVM at the same time. So, Pipes are used both as source or destination.
A pipe is said to be broken if a thread that was providing data bytes to the connected piped output stream is no longer alive.



Declaration:

public class PipedReader
  extends Reader

Constructor :



Methods:

Article Tags :