public class SimpleCharStream
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bufpos |
static boolean |
staticFlag |
Constructor and Description |
---|
SimpleCharStream(java.io.InputStream dstream) |
SimpleCharStream(java.io.InputStream dstream,
int startline,
int startcolumn) |
SimpleCharStream(java.io.InputStream dstream,
int startline,
int startcolumn,
int buffersize) |
SimpleCharStream(java.io.InputStream dstream,
java.lang.String encoding) |
SimpleCharStream(java.io.InputStream dstream,
java.lang.String encoding,
int startline,
int startcolumn) |
SimpleCharStream(java.io.InputStream dstream,
java.lang.String encoding,
int startline,
int startcolumn,
int buffersize) |
SimpleCharStream(java.io.Reader dstream) |
SimpleCharStream(java.io.Reader dstream,
int startline,
int startcolumn) |
SimpleCharStream(java.io.Reader dstream,
int startline,
int startcolumn,
int buffersize) |
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
|
int |
getEndColumn() |
int |
getEndLine() |
java.lang.String |
GetImage() |
int |
getLine()
Deprecated.
|
char[] |
GetSuffix(int len) |
char |
readChar() |
void |
ReInit(java.io.InputStream dstream) |
void |
ReInit(java.io.InputStream dstream,
int startline,
int startcolumn) |
void |
ReInit(java.io.InputStream dstream,
int startline,
int startcolumn,
int buffersize) |
void |
ReInit(java.io.InputStream dstream,
java.lang.String encoding) |
void |
ReInit(java.io.InputStream dstream,
java.lang.String encoding,
int startline,
int startcolumn) |
void |
ReInit(java.io.InputStream dstream,
java.lang.String encoding,
int startline,
int startcolumn,
int buffersize) |
void |
ReInit(java.io.Reader dstream) |
void |
ReInit(java.io.Reader dstream,
int startline,
int startcolumn) |
void |
ReInit(java.io.Reader dstream,
int startline,
int startcolumn,
int buffersize) |
public static final boolean staticFlag
public int bufpos
public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize)
public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn)
public SimpleCharStream(java.io.Reader dstream)
public SimpleCharStream(java.io.InputStream dstream, java.lang.String encoding, int startline, int startcolumn, int buffersize) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize)
public SimpleCharStream(java.io.InputStream dstream, java.lang.String encoding, int startline, int startcolumn) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn)
public SimpleCharStream(java.io.InputStream dstream, java.lang.String encoding) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public SimpleCharStream(java.io.InputStream dstream)
public char BeginToken() throws java.io.IOException
java.io.IOException
public char readChar() throws java.io.IOException
java.io.IOException
public int getColumn()
getEndColumn()
public int getLine()
getEndLine()
public int getEndColumn()
public int getEndLine()
public int getBeginColumn()
public int getBeginLine()
public void backup(int amount)
public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize)
public void ReInit(java.io.Reader dstream, int startline, int startcolumn)
public void ReInit(java.io.Reader dstream)
public void ReInit(java.io.InputStream dstream, java.lang.String encoding, int startline, int startcolumn, int buffersize) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public void ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize)
public void ReInit(java.io.InputStream dstream, java.lang.String encoding) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public void ReInit(java.io.InputStream dstream)
public void ReInit(java.io.InputStream dstream, java.lang.String encoding, int startline, int startcolumn) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public void ReInit(java.io.InputStream dstream, int startline, int startcolumn)
public java.lang.String GetImage()
public char[] GetSuffix(int len)
public void Done()
public void adjustBeginLineColumn(int newLine, int newCol)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"