Return the compressed chunk that is in the SChunk.
- Parameters:
nchunk (int) – The chunk index that identifies the chunk that will be returned.
- Returns:
out – The compressed chunk.
- Return type:
bytes object
- Raises:
RunTimeError – If some problem is detected.