Package org.kohsuke.rngom.parse.compact
Class UCode_UCodeESC_CharStream
java.lang.Object
org.kohsuke.rngom.parse.compact.UCode_UCodeESC_CharStream
An implementation of interface CharStream, where the stream is assumed to
contain 16-bit unicode characters.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUCode_UCodeESC_CharStream
(InputStream dstream, int startline, int startcolumn) UCode_UCodeESC_CharStream
(InputStream dstream, int startline, int startcolumn, int buffersize) UCode_UCodeESC_CharStream
(Reader dstream, int startline, int startcolumn) UCode_UCodeESC_CharStream
(Reader dstream, int startline, int startcolumn, int buffersize) -
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustBeginLineColumn
(int newLine, int newCol) Method to adjust line and column numbers for the start of a token.final void
backup
(int amount) final char
void
Done()
final int
final int
final int
Deprecated.final int
final int
final String
GetImage()
final int
getLine()
Deprecated.final char[]
GetSuffix
(int len) final char
readChar()
void
ReInit
(InputStream dstream, int startline, int startcolumn) void
ReInit
(InputStream dstream, int startline, int startcolumn, int buffersize) void
void
-
Field Details
-
staticFlag
public static final boolean staticFlag- See Also:
-
bufpos
public int bufpos
-
-
Constructor Details
-
UCode_UCodeESC_CharStream
-
UCode_UCodeESC_CharStream
-
UCode_UCodeESC_CharStream
public UCode_UCodeESC_CharStream(InputStream dstream, int startline, int startcolumn, int buffersize) -
UCode_UCodeESC_CharStream
-
-
Method Details
-
BeginToken
- Throws:
EOFException
-
readChar
- Throws:
EOFException
-
getColumn
public final int getColumn()Deprecated.- See Also:
-
getLine
public final int getLine()Deprecated.- See Also:
-
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) -
ReInit
-
ReInit
-
ReInit
-
ReInit
-
GetImage
-
GetSuffix
public final char[] GetSuffix(int len) -
Done
public void Done() -
adjustBeginLineColumn
public void adjustBeginLineColumn(int newLine, int newCol) Method to adjust line and column numbers for the start of a token.
-