Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CharacterUtils.CharacterBuffer

    A simple IO buffer to use with Fill(CharacterBuffer, TextReader).

    Inheritance
    object
    CharacterUtils.CharacterBuffer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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()
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.