pub fn decompress(encoded: &[u8]) -> Result<AnyArray, ZfpCodecError>
Expand description
Decompress the encoded
data into an array using ZFP.
ยงErrors
Errors with
ZfpCodecError::HeaderDecodeFailed
if decoding the header failedZfpCodecError::DecodeUnknownDtype
if the encoded data uses an unknown dtypeZfpCodecError::ZfpDecodeFailed
if an opaque decoding error occurred