| java.lang.Object org.apache.commons.configuration.plist.SimpleCharStream
SimpleCharStream | class SimpleCharStream (Code) | | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Constructor Summary | |
public | SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize) | public | SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn) | public | SimpleCharStream(java.io.Reader dstream) | public | SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) | public | SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn) | public | SimpleCharStream(java.io.InputStream dstream) |
bufcolumn | protected int bufcolumn(Code) | | |
buffer | protected char[] buffer(Code) | | |
bufline | protected int bufline(Code) | | |
column | protected int column(Code) | | |
inBuf | protected int inBuf(Code) | | |
maxNextCharInd | protected int maxNextCharInd(Code) | | |
prevCharIsCR | protected boolean prevCharIsCR(Code) | | |
prevCharIsLF | protected boolean prevCharIsLF(Code) | | |
staticFlag | final public static boolean staticFlag(Code) | | |
tokenBegin | int tokenBegin(Code) | | |
SimpleCharStream | public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize)(Code) | | |
SimpleCharStream | public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn)(Code) | | |
ExpandBuff | protected void ExpandBuff(boolean wrapAround)(Code) | | |
ReInit | public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize)(Code) | | |
UpdateLineColumn | protected void UpdateLineColumn(char c)(Code) | | |
backup | public void backup(int amount)(Code) | | |
getBeginColumn | public int getBeginColumn()(Code) | | |
getBeginLine | public int getBeginLine()(Code) | | |
getEndColumn | public int getEndColumn()(Code) | | |
getEndLine | public int getEndLine()(Code) | | |
|
|