Apache Lucene.Net 2.4.0 Class Library API

CharStream.BeginToken Method 

Returns the next character that marks the beginning of the next token. All characters must remain in the buffer between two successive calls to this method to implement backup correctly.

char BeginToken();

See Also

CharStream Interface | Lucene.Net.QueryParsers Namespace