cryptix.asn1.lang
public final class ASCII_CharStream extends Object
Field Summary | |
---|---|
int | available |
int | bufpos |
int | bufsize |
static boolean | staticFlag |
int | tokenBegin |
Constructor Summary | |
---|---|
ASCII_CharStream(Reader dstream, int startline, int startcolumn, int buffersize) | |
ASCII_CharStream(Reader dstream, int startline, int startcolumn) | |
ASCII_CharStream(InputStream dstream, int startline, int startcolumn, int buffersize) | |
ASCII_CharStream(InputStream dstream, int startline, int startcolumn) |
Method Summary | |
---|---|
void | adjustBeginLineColumn(int newLine, int newCol)
Method to adjust line and column numbers for the start of a token. |
void | backup(int amount) |
char | BeginToken() |
void | Done() |
int | getBeginColumn() |
int | getBeginLine() |
int | getColumn() |
int | getEndColumn() |
int | getEndLine() |
int | getLine() |
String | GetImage() |
char[] | GetSuffix(int len) |
char | readChar() |
void | ReInit(Reader dstream, int startline, int startcolumn, int buffersize) |
void | ReInit(Reader dstream, int startline, int startcolumn) |
void | ReInit(InputStream dstream, int startline, int startcolumn, int buffersize) |
void | ReInit(InputStream dstream, int startline, int startcolumn) |
Deprecated:
See Also: ASCII_CharStream
Deprecated:
See Also: ASCII_CharStream