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