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 ZFP header failedZfpCodecError::MetaHeaderDecodeFailed
if decoding the array metadata header failedZfpCodecError::ZfpDecodeFailed
if an opaque decoding error occurred