org.apache.commons.configuration.plist
class SimpleCharStream extends Object
| Field Summary | |
|---|---|
| int | available |
| protected int[] | bufcolumn |
| protected char[] | buffer |
| protected int[] | bufline |
| int | bufpos |
| int | bufsize |
| protected int | column |
| protected int | inBuf |
| protected Reader | inputStream |
| protected int | line |
| protected int | maxNextCharInd |
| protected boolean | prevCharIsCR |
| protected boolean | prevCharIsLF |
| static boolean | staticFlag |
| int | tokenBegin |
| Constructor Summary | |
|---|---|
| SimpleCharStream(Reader dstream, int startline, int startcolumn, int buffersize) | |
| SimpleCharStream(Reader dstream, int startline, int startcolumn) | |
| SimpleCharStream(Reader dstream) | |
| SimpleCharStream(InputStream dstream, int startline, int startcolumn, int buffersize) | |
| SimpleCharStream(InputStream dstream, int startline, int startcolumn) | |
| SimpleCharStream(InputStream dstream) | |
| Method Summary | |
|---|---|
| void | backup(int amount) |
| char | BeginToken() |
| void | Done() |
| protected void | ExpandBuff(boolean wrapAround) |
| protected void | FillBuff() |
| int | getBeginColumn() |
| int | getBeginLine() |
| int | getColumn() |
| int | getEndColumn() |
| int | getEndLine() |
| int | getLine() |
| String | GetImage() |
| char | readChar() |
| void | ReInit(Reader dstream, int startline, int startcolumn, int buffersize) |
| protected void | UpdateLineColumn(char c) |
Deprecated:
See Also: SimpleCharStream
Deprecated:
See Also: SimpleCharStream