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.

Namespace: Lucene.Net.QueryParsers
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
char ReadChar()
Visual Basic
Function ReadChar As Char
Visual C++
wchar_t ReadChar()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.QueryParsers.CharStream.ReadChar"]

See Also