imap_processing.codice.decompress.decompress#
- imap_processing.codice.decompress.decompress(compressed_bytes: bytes, algorithm: IntEnum) list[int]#
Perform decompression on a byte stream into a list of integers.
Apply the appropriate decompression algorithm(s) based on the value of the
algorithmattribute. One or more individual algorithms may be applied to a given compressed value.