Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FST.BytesReader

    Reads bytes stored in an FST.

    Inheritance
    System.Object
    DataInput
    FST.BytesReader
    Inherited Members
    DataInput.ReadByte()
    DataInput.ReadBytes(Byte[], Int32, Int32)
    DataInput.ReadBytes(Byte[], Int32, Int32, Boolean)
    DataInput.ReadInt16()
    DataInput.ReadInt32()
    DataInput.ReadVInt32()
    DataInput.ReadInt64()
    DataInput.ReadVInt64()
    DataInput.ReadString()
    DataInput.Clone()
    DataInput.ReadStringStringMap()
    DataInput.ReadStringSet()
    DataInput.SkipBytes(Int64)
    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.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class BytesReader : DataInput

    Properties

    | Improve this Doc View Source

    IsReversed

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

    Declaration
    public abstract bool IsReversed { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Position

    Current read position

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

    Methods

    | Improve this Doc View Source

    SkipBytes(Int32)

    Skips bytes.

    Declaration
    public abstract void SkipBytes(int count)
    Parameters
    Type Name Description
    System.Int32 count
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.