gnu.text
public class QueueReader extends Reader
| Constructor Summary | |
|---|---|
| QueueReader() | |
| Method Summary | |
|---|---|
| void | append(String str) |
| void | append(char[] chars) |
| void | append(char[] chars, int off, int len) |
| void | append(char ch) |
| void | appendEOF() For the writer to signal that there is no more data to append. |
| void | close() |
| void | mark(int readAheadLimit) |
| boolean | markSupported() |
| int | read() |
| int | read(char[] cbuf, int off, int len) |
| boolean | ready() |
| void | reset() |