pub fn decompress(encoded: &[u8]) -> Result<AnyArray, EbccCodecError>Expand description
Decompress the encoded data into an array using EBCC.
ยงErrors
Errors with
EbccCodecError::HeaderDecodeFailedif decoding the header failedEbccCodecError::SliceDecodeFailedif decoding a 3D slice failedEbccCodecError::EbccDecodeFailedif decoding with EBCC failedEbccCodecError::DecodeTooManySlicesif the encoded data contains too many slices