Class CharacterUtils.CharacterBuffer
A simple IO buffer to use with Fill(CharacterBuffer, TextReader).
Inherited Members
Namespace: Lucene.Net.Analysis.Util
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class CharacterUtils.CharacterBuffer
Properties
Buffer
Returns the internal buffer
Declaration
public char[] Buffer { get; }
Property Value
Type | Description |
---|---|
char[] | the buffer |
Length
Return the length of the data in the internal buffer starting at Offset
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
int | the length |
Offset
Returns the data offset in the internal buffer.
Declaration
public int Offset { get; }
Property Value
Type | Description |
---|---|
int | the offset |
Methods
Reset()
Resets the CharacterBuffer. All internals are reset to its default values.
Declaration
public void Reset()