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