Expand description
Zlib codec implementation for the numcodecs
API.
Structs§
- Zlib
Codec - Codec providing compression using Zlib
- Zlib
Decode Error - Opaque error for when decoding with Zlib fails
- Zlib
Header Error - Opaque error for when encoding or decoding the header fails
Enums§
- Zlib
Codec Error - Errors that may occur when applying the
ZlibCodec
. - Zlib
Level - Zlib compression level.
Functions§
- compress
- Compress the
array
using Zlib with the providedlevel
. - decompress
- Decompress the
encoded
data into an array using Zlib. - decompress_
into - Decompress the
encoded
data into adecoded
array using Zlib.