Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FST.BytesReader

    Reads bytes stored in an FST.

    Inheritance
    object
    DataInput
    FST.BytesReader
    Inherited Members
    DataInput.ReadByte()
    DataInput.ReadBytes(byte[], int, int)
    DataInput.ReadBytes(byte[], int, int, bool)
    DataInput.ReadInt16()
    DataInput.ReadInt32()
    DataInput.ReadVInt32()
    DataInput.ReadInt64()
    DataInput.ReadVInt64()
    DataInput.ReadString()
    DataInput.Clone()
    DataInput.ReadStringStringMap()
    DataInput.ReadStringSet()
    DataInput.SkipBytes(long)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class FST.BytesReader : DataInput

    Properties

    IsReversed

    Returns true if this reader uses reversed bytes under-the-hood.

    Declaration
    public abstract bool IsReversed { get; }
    Property Value
    Type Description
    bool

    Position

    Current read position

    Declaration
    public abstract long Position { get; set; }
    Property Value
    Type Description
    long

    Methods

    SkipBytes(int)

    Skips bytes.

    Declaration
    public abstract void SkipBytes(int count)
    Parameters
    Type Name Description
    int count
    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.