Class ASCII_CharStream
java.lang.Object
org.globus.rsl.ASCII_CharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intprivate int[]private char[]private int[]int(package private) intprivate intprivate intprivate Readerprivate intprivate intprivate booleanprivate booleanstatic final boolean(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionASCII_CharStream(InputStream dstream, int startline, int startcolumn) ASCII_CharStream(InputStream dstream, int startline, int startcolumn, int buffersize) ASCII_CharStream(Reader dstream, int startline, int startcolumn) ASCII_CharStream(Reader dstream, int startline, int startcolumn, int buffersize) -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustBeginLineColumn(int newLine, int newCol) Method to adjust line and column numbers for the start of a token.final voidbackup(int amount) final charvoidDone()private final voidExpandBuff(boolean wrapAround) private final voidFillBuff()final intfinal intfinal intDeprecated.final intfinal intfinal StringGetImage()final intgetLine()Deprecated.final char[]GetSuffix(int len) final charreadChar()voidReInit(InputStream dstream, int startline, int startcolumn) voidReInit(InputStream dstream, int startline, int startcolumn, int buffersize) voidvoidprivate final voidUpdateLineColumn(char c)
-
Field Details
-
staticFlag
public static final boolean staticFlag- See Also:
-
bufsize
int bufsize -
available
int available -
tokenBegin
int tokenBegin -
bufpos
public int bufpos -
bufline
private int[] bufline -
bufcolumn
private int[] bufcolumn -
column
private int column -
line
private int line -
prevCharIsCR
private boolean prevCharIsCR -
prevCharIsLF
private boolean prevCharIsLF -
inputStream
-
buffer
private char[] buffer -
maxNextCharInd
private int maxNextCharInd -
inBuf
private int inBuf
-
-
Constructor Details
-
ASCII_CharStream
-
ASCII_CharStream
-
ASCII_CharStream
-
ASCII_CharStream
-
-
Method Details
-
ExpandBuff
private final void ExpandBuff(boolean wrapAround) -
FillBuff
- Throws:
IOException
-
BeginToken
- Throws:
IOException
-
UpdateLineColumn
private final void UpdateLineColumn(char c) -
readChar
- Throws:
IOException
-
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.
-