Class Int32BlockPool.SliceReader
A Int32BlockPool.SliceReader that can read
@lucene.internal
Inheritance
System.Object
Int32BlockPool.SliceReader
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class SliceReader : object
Constructors
Name | Description |
---|---|
SliceReader(Int32BlockPool) | Creates a new Int32BlockPool.SliceReader on the given pool. |
Properties
Name | Description |
---|---|
IsEndOfSlice | Returns |
Methods
Name | Description |
---|---|
ReadInt32() | Reads the next NOTE: This was readInt() in Lucene |
Reset(Int32, Int32) | Resets the reader to a slice give the slices absolute start and end offset in the pool. |