Show / Hide Table of Contents

    Class CharacterUtils.CharacterBuffer

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

    Inheritance
    System.Object
    CharacterUtils.CharacterBuffer
    Namespace: Lucene.Net.Analysis.Util
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public sealed class CharacterBuffer : object

    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 Licensed to the Apache Software Foundation (ASF)