Class PackedReaderIterator

    • Field Detail

      • packedIntsVersion

        final int packedIntsVersion
      • nextBlocks

        final byte[] nextBlocks
      • iterations

        final int iterations
      • position

        int position
    • Constructor Detail

      • PackedReaderIterator

        PackedReaderIterator​(PackedInts.Format format,
                             int packedIntsVersion,
                             int valueCount,
                             int bitsPerValue,
                             DataInput in,
                             int mem)
    • Method Detail

      • next

        public LongsRef next​(int count)
                      throws java.io.IOException
        Description copied from interface: PackedInts.ReaderIterator
        Returns at least 1 and at most count next values, the returned ref MUST NOT be modified
        Throws:
        java.io.IOException