pub fn decompress(encoded: &[u8]) -> Result<AnyArray, Sz3CodecError>Expand description
Decompresses the encoded data into an array.
ยงErrors
Errors with
Sz3CodecError::HeaderDecodeFailedif decoding the header failed
pub fn decompress(encoded: &[u8]) -> Result<AnyArray, Sz3CodecError>Decompresses the encoded data into an array.
Errors with
Sz3CodecError::HeaderDecodeFailed if decoding the header failed