public class PipedReader extends Reader
| Modifier and Type | Field and Description | 
|---|---|
| protected char[] | bufferbuffer | 
| protected int | inin | 
| protected int | outout | 
| protected static int | PIPE_SIZEPIPE_SIZE | 
| Constructor and Description | 
|---|
| PipedReader()PipedReader | 
| PipedReader(PipedWriter pipedwriter)PipedReader | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | connect(PipedWriter pipedwriter) | 
| int | read(char[] ac,
    int i,
    int j) | 
protected static final int PIPE_SIZE
protected char[] buffer
protected int in
protected int out
public PipedReader()
public PipedReader(PipedWriter pipedwriter) throws IOException
pipedwriter - ?IOException - ?public void close()
           throws IOException
close in class ReaderIOException - ?public void connect(PipedWriter pipedwriter) throws IOException
pipedwriter - ?IOException - ?public int read(char[] ac,
                int i,
                int j)
         throws IOException
read in class Readerac - ?i - ?j - ?IOException - ?