| java.lang.Object vqwiki.utils.lucene.SimpleCharStream
SimpleCharStream | final public class SimpleCharStream (Code) | | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
version: $Id: SimpleCharStream.java 365 2003-10-05 05:07:32Z garethc $ |
Field Summary | |
int | available TODO: Document this field. | public int | bufpos TODO: Document this field. | int | bufsize TODO: Document this field. | final public static boolean | staticFlag TODO: Document this field. | int | tokenBegin TODO: Document this field. |
Constructor Summary | |
public | SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize) Creates a new SimpleCharStream. | public | SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn) Creates a new SimpleCharStream. | public | SimpleCharStream(java.io.Reader dstream) Creates a new SimpleCharStream. | public | SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) Creates a new SimpleCharStream. | public | SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn) Creates a new SimpleCharStream. | public | SimpleCharStream(java.io.InputStream dstream) Creates a new SimpleCharStream. |
Method Summary | |
final public char | BeginToken() TODO: Document this method. | public void | Done() TODO: Document this method. | final public String | GetImage() TODO: Document this method. | final public char[] | GetSuffix(int len) TODO: Document this method.
Parameters: len - TODO: Document this parameter. | public void | ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize) TODO: Document this method. | public void | ReInit(java.io.Reader dstream, int startline, int startcolumn) TODO: Document this method. | public void | ReInit(java.io.Reader dstream) TODO: Document this method. | public void | ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) TODO: Document this method. | public void | ReInit(java.io.InputStream dstream) TODO: Document this method. | public void | ReInit(java.io.InputStream dstream, int startline, int startcolumn) TODO: Document this method. | public void | adjustBeginLineColumn(int newLine, int newCol) | final public void | backup(int amount) TODO: Document this method. | final public int | getBeginColumn() Returns the BeginColumn. | final public int | getBeginLine() Returns the BeginLine. | final public int | getColumn() | final public int | getEndColumn() Returns the EndColumn. | final public int | getEndLine() Returns the EndLine. | final public int | getLine() | final public char | readChar() TODO: Document this method. |
available | int available(Code) | | TODO: Document this field.
|
bufpos | public int bufpos(Code) | | TODO: Document this field.
|
bufsize | int bufsize(Code) | | TODO: Document this field.
|
staticFlag | final public static boolean staticFlag(Code) | | TODO: Document this field.
|
tokenBegin | int tokenBegin(Code) | | TODO: Document this field.
|
SimpleCharStream | public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize)(Code) | | Creates a new SimpleCharStream.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. Parameters: buffersize - TODO: Document this parameter. |
SimpleCharStream | public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn)(Code) | | Creates a new SimpleCharStream.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. |
SimpleCharStream | public SimpleCharStream(java.io.Reader dstream)(Code) | | Creates a new SimpleCharStream.
Parameters: dstream - TODO: Document this parameter. |
SimpleCharStream | public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize)(Code) | | Creates a new SimpleCharStream.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. Parameters: buffersize - TODO: Document this parameter. |
SimpleCharStream | public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn)(Code) | | Creates a new SimpleCharStream.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. |
SimpleCharStream | public SimpleCharStream(java.io.InputStream dstream)(Code) | | Creates a new SimpleCharStream.
Parameters: dstream - TODO: Document this parameter. |
Done | public void Done()(Code) | | TODO: Document this method.
|
GetImage | final public String GetImage()(Code) | | TODO: Document this method.
TODO: Document the result. |
GetSuffix | final public char[] GetSuffix(int len)(Code) | | TODO: Document this method.
Parameters: len - TODO: Document this parameter. TODO: Document the result. |
ReInit | public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize)(Code) | | TODO: Document this method.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. Parameters: buffersize - TODO: Document this parameter. |
ReInit | public void ReInit(java.io.Reader dstream, int startline, int startcolumn)(Code) | | TODO: Document this method.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. |
ReInit | public void ReInit(java.io.Reader dstream)(Code) | | TODO: Document this method.
Parameters: dstream - TODO: Document this parameter. |
ReInit | public void ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize)(Code) | | TODO: Document this method.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. Parameters: buffersize - TODO: Document this parameter. |
ReInit | public void ReInit(java.io.InputStream dstream)(Code) | | TODO: Document this method.
Parameters: dstream - TODO: Document this parameter. |
ReInit | public void ReInit(java.io.InputStream dstream, int startline, int startcolumn)(Code) | | TODO: Document this method.
Parameters: dstream - TODO: Document this parameter. Parameters: startline - TODO: Document this parameter. Parameters: startcolumn - TODO: Document this parameter. |
adjustBeginLineColumn | public void adjustBeginLineColumn(int newLine, int newCol)(Code) | | Method to adjust line and column numbers for the start of a token.
Parameters: newLine - TODO: Document this parameter. Parameters: newCol - TODO: Document this parameter. |
backup | final public void backup(int amount)(Code) | | TODO: Document this method.
Parameters: amount - TODO: Document this parameter. |
getBeginColumn | final public int getBeginColumn()(Code) | | Returns the BeginColumn.
The BeginColumn. |
getBeginLine | final public int getBeginLine()(Code) | | Returns the BeginLine.
The BeginLine. |
getEndColumn | final public int getEndColumn()(Code) | | Returns the EndColumn.
The EndColumn. |
getEndLine | final public int getEndLine()(Code) | | Returns the EndLine.
The EndLine. |
|
|