pub fn decompress_into(
encoded: &[u8],
decoded: AnyArrayViewMut<'_>,
) -> Result<(), ZfpCodecError>Expand description
Decompress the encoded data into a decoded array using ZFP.
ยงErrors
Errors with
ZfpCodecError::HeaderDecodeFailedif decoding the ZFP header failedZfpCodecError::MetaHeaderDecodeFailedif decoding the array metadata header failedZfpCodecError::MismatchedDecodeIntoArrayif thedecodedarray is of the wrong dtype or shapeZfpCodecError::ZfpDecodeFailedif an opaque decoding error occurred