Module miniz_oxide::deflate::core::zlib
source ยท Constantsยง
- DEFAULT_CINFO ๐
- DEFAULT_CM ๐
- DEFAULT_CMF ๐
- FCHECK_DIVISOR ๐The 16-bit value consisting of CMF and FLG must be divisible by this to be valid.
- _DEFAULT_FDICT ๐
Functionsยง
- add_fcheck ๐Generate FCHECK from CMF and FLG (without FCKECH )so that they are correct according to the specification, i.e (CMF*256 + FCHK) % 31 = 0. Returns flg with the FCHKECK bits added (any existing FCHECK bits are ignored).
- Create a zlib header from the given compression flags. Only level is considered.
- header_from_level ๐Get the zlib header for the level using the default window size and no dictionary.