java.io
Class PipedReader
java.lang.Object
|
+--java.io.Reader
|
+--java.io.PipedReader
- public synchronized class PipedReader
- extends Reader
PipedReader
public PipedReader(PipedWriter)
throws IOException
PipedReader
public PipedReader()
connect
public void connect(PipedWriter)
throws IOException
IOException
read
public int read()
throws IOException
- Overrides:
read
in class Reader
IOException
read
public int read(char[],
int,
int)
throws IOException
- Specified by:
read
in class Reader
IOException
ready
public boolean ready()
throws IOException
- Overrides:
ready
in class Reader
IOException
close
public void close()
throws IOException
- Specified by:
close
in class Reader
IOException