Module miniz_oxide::deflate::core::zlib

source ยท

Constantsยง

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.