net.sourceforge.cobertura.javancss
Class ASCII_UCodeESC_CharStream
java.lang.Object
net.sourceforge.cobertura.javancss.ASCII_UCodeESC_CharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
ASCII_UCodeESC_CharStream
private ASCII_UCodeESC_CharStream(java.io.Reader dstream,
int startline,
int startcolumn,
int buffersize)
backup
public final void backup(int amount)
beginToken
public final char beginToken()
throws java.io.IOException
expandBuff
private final void expandBuff(boolean wrapAround)
fillBuff
private final void fillBuff()
throws java.io.IOException
getSuffix
public final char[] getSuffix(int len)
hexval
private static final int hexval(char c)
throws java.io.IOException
readByte
private final char readByte()
throws java.io.IOException
readChar
public final char readChar()
throws java.io.IOException