Interface IStoreChunkReader

    • Method Detail

      • addSimpleChunk

        void addSimpleChunk​(int index)
      • addRangedChunk

        void addRangedChunk​(int fromIndex,
                            int toIndex)
        Parameters:
        fromIndex - Inclusive value.
        toIndex - Exclusive value.