Class FST.BytesReader
Reads bytes stored in an FST.
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.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public abstract class BytesReader : DataInputProperties
| Improve this Doc View SourceIsReversed
Returns true if this reader uses reversed bytes
under-the-hood.
Declaration
public abstract bool IsReversed { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Position
Current read position
Declaration
public abstract long Position { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Methods
| Improve this Doc View SourceSkipBytes(Int32)
Skips bytes.
Declaration
public abstract void SkipBytes(int count)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | count |