pub fn decompress_into(
encoded: &[u8],
decoded: AnyArrayViewMut<'_>,
) -> Result<(), Sz3CodecError>Expand description
Decompresses the encoded data into a decoded array using SZ3.
ยงErrors
Errors with
Sz3CodecError::HeaderDecodeFailedif decoding the header failedSz3CodecError::MismatchedDecodeIntoArrayif thedecodedarray is of the wrong dtype or shapeSz3CodecError::Sz3DecodeFailedif decoding failed with an opaque error