public class PipedReader extends Reader
Constructor and Description |
---|
PipedReader() |
PipedReader(PipedWriter src) |
public PipedReader()
public PipedReader(PipedWriter src) throws IOException
IOException
public void close() throws IOException
close
in class Reader
IOException
public void connect(PipedWriter src) throws IOException
IOException
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] buff, int offset, int count) throws IOException
Reader
read
in class Reader
IOException
public boolean ready() throws IOException
ready
in class Reader
IOException