All Packages Class Hierarchy This Package Previous Next Index
Class collage.parser.ASCII_UCodeESC_CharStream
java.lang.Object
|
+----collage.parser.ASCII_UCodeESC_CharStream
- public final class ASCII_UCodeESC_CharStream
- extends Object
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
-
bufpos
-
-
ASCII_UCodeESC_CharStream(InputStream, int, int)
-
-
ASCII_UCodeESC_CharStream(InputStream, int, int, int)
-
-
backup(int)
-
-
BeginToken()
-
-
Done()
-
-
getBeginColumn()
-
-
getBeginLine()
-
-
getColumn()
-
Deprecated.
-
getEndColumn()
-
-
getEndLine()
-
-
GetImage()
-
-
getLine()
-
Deprecated.
-
GetSuffix(int)
-
-
readChar()
-
bufpos
public int bufpos
ASCII_UCodeESC_CharStream
public ASCII_UCodeESC_CharStream(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
ASCII_UCodeESC_CharStream
public ASCII_UCodeESC_CharStream(InputStream dstream,
int startline,
int startcolumn)
BeginToken
public final char BeginToken() throws IOException
readChar
public final char readChar() throws IOException
getColumn
public final int getColumn()
- Note: getColumn() is deprecated.
- See Also:
- getEndColumn
getLine
public final int getLine()
- Note: getLine() is deprecated.
- See Also:
- getEndLine
getEndColumn
public final int getEndColumn()
getEndLine
public final int getEndLine()
getBeginColumn
public final int getBeginColumn()
getBeginLine
public final int getBeginLine()
backup
public final void backup(int amount)
GetImage
public final String GetImage()
GetSuffix
public final char[] GetSuffix(int len)
Done
public void Done()
All Packages Class Hierarchy This Package Previous Next Index