public class PipedReader extends Reader
Constructor and Description |
---|
PipedReader() |
PipedReader(PipedWriter var0) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(PipedWriter var0) |
int |
read(char[] var0,
int var1,
int var2) |
public PipedReader()
public PipedReader(PipedWriter var0) throws IOException
IOException
public void close() throws IOException
close
in class Reader
IOException
public void connect(PipedWriter var0) throws IOException
IOException
public int read(char[] var0, int var1, int var2) throws IOException
read
in class Reader
IOException