Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CharacterUtils.CharacterBuffer

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

    Inheritance
    System.Object
    CharacterUtils.CharacterBuffer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Analysis.Util
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public sealed class CharacterBuffer

    Properties

    | Improve this Doc View Source

    Buffer

    Returns the internal buffer

    Declaration
    public char[] Buffer { get; }
    Property Value
    Type Description
    System.Char[]

    the buffer

    | Improve this Doc View Source

    Length

    Return the length of the data in the internal buffer starting at Offset

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32

    the length

    | Improve this Doc View Source

    Offset

    Returns the data offset in the internal buffer.

    Declaration
    public int Offset { get; }
    Property Value
    Type Description
    System.Int32

    the offset

    Methods

    | Improve this Doc View Source

    Reset()

    Resets the CharacterBuffer. All internals are reset to its default values.

    Declaration
    public void Reset()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 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.