An efficient implementation of JavaCC's CharStream interface.

Note that this does not do line-number counting, but instead keeps track of the character position of the token in the input, as required by Lucene's {@link Lucene.Net.Analysis.Token} API.

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

Syntax

C#
public sealed class FastCharStream : CharStream
Visual Basic
Public NotInheritable Class FastCharStream _
	Implements CharStream
Visual C++
public ref class FastCharStream sealed : CharStream

Inheritance Hierarchy

System..::..Object
  Lucene.Net.QueryParsers..::..FastCharStream

See Also