Class CharacterUtils.CharacterBuffer
A simple IO buffer to use with Fill(CharacterUtils.CharacterBuffer, TextReader).
Inheritance
System.Object
CharacterUtils.CharacterBuffer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public sealed class CharacterBuffer
Properties
Name | Description |
---|---|
Buffer | Returns the internal buffer |
Length | Return the length of the data in the internal buffer starting at Offset |
Offset | Returns the data offset in the internal buffer. |
Methods
Name | Description |
---|---|
Reset() | Resets the CharacterBuffer. All internals are reset to its default values. |