blosc2.ProxySource.get_chunk#

abstract ProxySource.get_chunk(nchunk)#

Return the compressed chunk in self.

Parameters:

nchunk (int) – The unidimensional index of the chunk to retrieve.

Returns:

out – The compressed chunk.

Return type:

bytes object