|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.services.messaging.selector.SimpleCharStream
public class SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
| Field Summary | |
|---|---|
int |
bufpos
|
static boolean |
staticFlag
|
| Constructor Summary | |
|---|---|
SimpleCharStream(InputStream dstream)
|
|
SimpleCharStream(InputStream dstream,
int startline,
int startcolumn)
|
|
SimpleCharStream(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
|
|
SimpleCharStream(Reader dstream)
|
|
SimpleCharStream(Reader dstream,
int startline,
int startcolumn)
|
|
SimpleCharStream(Reader dstream,
int startline,
int startcolumn,
int buffersize)
|
|
| 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()
Deprecated. |
int |
getEndColumn()
|
int |
getEndLine()
|
String |
GetImage()
|
int |
getLine()
Deprecated. |
char[] |
GetSuffix(int len)
|
char |
readChar()
|
void |
ReInit(InputStream dstream)
|
void |
ReInit(InputStream dstream,
int startline,
int startcolumn)
|
void |
ReInit(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
|
void |
ReInit(Reader dstream)
|
void |
ReInit(Reader dstream,
int startline,
int startcolumn)
|
void |
ReInit(Reader dstream,
int startline,
int startcolumn,
int buffersize)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean staticFlag
public int bufpos
| Constructor Detail |
|---|
public SimpleCharStream(Reader dstream,
int startline,
int startcolumn,
int buffersize)
public SimpleCharStream(Reader dstream,
int startline,
int startcolumn)
public SimpleCharStream(Reader dstream)
public SimpleCharStream(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
public SimpleCharStream(InputStream dstream,
int startline,
int startcolumn)
public SimpleCharStream(InputStream dstream)
| Method Detail |
|---|
public char BeginToken()
throws IOException
IOException
public char readChar()
throws IOException
IOExceptionpublic int getColumn()
SimpleCharStream.getEndColumn()public int getLine()
SimpleCharStream.getEndLine()public int getEndColumn()
public int getEndLine()
public int getBeginColumn()
public int getBeginLine()
public void backup(int amount)
public void ReInit(Reader dstream,
int startline,
int startcolumn,
int buffersize)
public void ReInit(Reader dstream,
int startline,
int startcolumn)
public void ReInit(Reader dstream)
public void ReInit(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
public void ReInit(InputStream dstream)
public void ReInit(InputStream dstream,
int startline,
int startcolumn)
public String GetImage()
public char[] GetSuffix(int len)
public void Done()
public void adjustBeginLineColumn(int newLine,
int newCol)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/messaging/selector/SimpleCharStream.html