Constructor BlockPackedReaderIterator
BlockPackedReaderIterator(DataInput, Int32, Int32, Int64)
Sole constructor.
Declaration
public BlockPackedReaderIterator(DataInput in, int packedIntsVersion, int blockSize, long valueCount)
Parameters
Type | Name | Description |
---|---|---|
DataInput | in | |
System.Int32 | packedIntsVersion | |
System.Int32 | blockSize | The number of values of a block, must be equal to the block size of the BlockPackedWriter which has been used to write the stream. |
System.Int64 | valueCount |