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
arrayusing Zlib with the providedlevel. - decompress
- Decompress the
encodeddata into an array using Zlib. - decompress_
into - Decompress the
encodeddata into adecodedarray using Zlib.