public class BaseParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
buffer |
protected PushbackReader |
reader |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseParser(Reader reader,
int maxBuffer) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
buffer() |
protected boolean |
isWhitespace(int c) |
protected int |
peek() |
protected int |
read() |
protected boolean |
skipSpace() |
protected void |
unread(int codePoint) |
protected PushbackReader reader
protected StringBuilder buffer
protected BaseParser(Reader reader, int maxBuffer)
protected StringBuilder buffer()
protected int read()
throws IOException
IOExceptionprotected boolean skipSpace()
throws IOException
IOExceptionprotected boolean isWhitespace(int c)
protected void unread(int codePoint)
throws IOException
IOExceptionprotected int peek()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.