|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.utilities.ASCII_UCodeESC_CharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
| Field Summary | |
int |
bufpos
Description of the Field |
static boolean |
staticFlag
Description of the Field |
| Constructor Summary | |
ASCII_UCodeESC_CharStream(java.io.InputStream dstream,
int startline,
int startcolumn)
Constructor for the ASCII_UCodeESC_CharStream object |
|
ASCII_UCodeESC_CharStream(java.io.InputStream dstream,
int startline,
int startcolumn,
int buffersize)
Constructor for the ASCII_UCodeESC_CharStream object |
|
ASCII_UCodeESC_CharStream(java.io.Reader dstream,
int startline,
int startcolumn)
Constructor for the ASCII_UCodeESC_CharStream object |
|
ASCII_UCodeESC_CharStream(java.io.Reader dstream,
int startline,
int startcolumn,
int buffersize)
Constructor for the ASCII_UCodeESC_CharStream object |
|
| 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)
Description of the Method |
char |
BeginToken()
Description of the Method |
void |
Done()
Description of the Method |
int |
getBeginColumn()
Gets the beginColumn attribute of the ASCII_UCodeESC_CharStream object |
int |
getBeginLine()
Gets the beginLine attribute of the ASCII_UCodeESC_CharStream object |
int |
getColumn()
Deprecated. |
int |
getEndColumn()
Gets the endColumn attribute of the ASCII_UCodeESC_CharStream object |
int |
getEndLine()
Gets the endLine attribute of the ASCII_UCodeESC_CharStream object |
java.lang.String |
GetImage()
Description of the Method |
int |
getLine()
Deprecated. |
char[] |
GetSuffix(int len)
Description of the Method |
char |
readChar()
Description of the Method |
void |
ReInit(java.io.InputStream dstream,
int startline,
int startcolumn)
Description of the Method |
void |
ReInit(java.io.InputStream dstream,
int startline,
int startcolumn,
int buffersize)
Description of the Method |
void |
ReInit(java.io.Reader dstream,
int startline,
int startcolumn)
Description of the Method |
void |
ReInit(java.io.Reader dstream,
int startline,
int startcolumn,
int buffersize)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final boolean staticFlag
public int bufpos
| Constructor Detail |
public ASCII_UCodeESC_CharStream(java.io.InputStream dstream,
int startline,
int startcolumn)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameter
public ASCII_UCodeESC_CharStream(java.io.InputStream dstream,
int startline,
int startcolumn,
int buffersize)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameterbuffersize - Description of the Parameter
public ASCII_UCodeESC_CharStream(java.io.Reader dstream,
int startline,
int startcolumn)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameter
public ASCII_UCodeESC_CharStream(java.io.Reader dstream,
int startline,
int startcolumn,
int buffersize)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameterbuffersize - Description of the Parameter| Method Detail |
public void adjustBeginLineColumn(int newLine,
int newCol)
newLine - Description of the ParameternewCol - Description of the Parameterpublic final void backup(int amount)
amount - Description of the Parameter
public final char BeginToken()
throws java.io.IOException
java.io.IOException - Description of the Exceptionpublic void Done()
public final int getBeginColumn()
public final int getBeginLine()
public final int getColumn()
getEndColumn()public final int getEndColumn()
public final int getEndLine()
public final java.lang.String GetImage()
public final int getLine()
getEndLine()public final char[] GetSuffix(int len)
len - Description of the Parameter
public final char readChar()
throws java.io.IOException
java.io.IOException - Description of the Exception
public void ReInit(java.io.InputStream dstream,
int startline,
int startcolumn)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameter
public void ReInit(java.io.InputStream dstream,
int startline,
int startcolumn,
int buffersize)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameterbuffersize - Description of the Parameter
public void ReInit(java.io.Reader dstream,
int startline,
int startcolumn)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameter
public void ReInit(java.io.Reader dstream,
int startline,
int startcolumn,
int buffersize)
dstream - Description of the Parameterstartline - Description of the Parameterstartcolumn - Description of the Parameterbuffersize - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||