public static class IpcChannel.InReader extends Reader
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
buff |
protected ByteQueue.InStream |
input |
| Constructor and Description |
|---|
InReader(ByteQueue.InStream input) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ByteQueue.InStream |
getInput() |
boolean |
isClosed() |
int |
read(char[] cbuf,
int off,
int len) |
protected ByteQueue.InStream input
protected StringBuilder buff
public InReader(ByteQueue.InStream input)
public ByteQueue.InStream getInput()
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic boolean isClosed()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2018. All rights reserved.