Class CharReader
CharReader is a Reader wrapper. It reads chars from Reader and outputs CharStream, defining an identify function CorrectOffset(Int32) method that simply returns the provided offset.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class CharReader : CharStream
Methods
Name | Description |
---|---|
CorrectOffset(Int32) | |
Dispose(Boolean) | |
Get(IO.TextReader) | |
Mark(Int32) | |
MarkSupported() | |
Read(Char[], Int32, Int32) | |
Reset() |