Lucene.Net 1.4.3 Class Library

CharStream.ReadChar Method 

Returns the next character from the selected input. The method of selecting the input is the responsibility of the class implementing this interface. Can throw any java.io.IOException.

char ReadChar();

See Also

CharStream Interface | Lucene.Net.Analysis.Standard Namespace