blosc2.ProxyNDSource.get_chunk#

abstract ProxyNDSource.get_chunk(nchunk: int) bytes#

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