Class BlockPackedReaderIterator
Reader for sequences of
@lucene.internal
Inheritance
System.Object
BlockPackedReaderIterator
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class BlockPackedReaderIterator : object
Constructors
Name | Description |
---|---|
BlockPackedReaderIterator(DataInput, Int32, Int32, Int64) | Sole constructor. |
Properties
Name | Description |
---|---|
Ord | Return the offset of the next value to read. |
Methods
Name | Description |
---|---|
Next() | Read the next value. |
Next(Int32) | Read between |
Reset(DataInput, Int64) | Reset the current reader to wrap a stream of |
Skip(Int64) | Skip exactly |