Value | Meaning |
---|---|
zlib | Zlib header and trailer |
gz | Gzip header and trailer |
autoDetect | Auto detection of Zlib or Gzip format (only used with Inflate) |
raw | No header and trailer, therefore no integrity check included. This to be used in other formats such as Zip. When using raw, it is advised to use an external integrity check. |
Describe what type of header and trailer are wrapping a deflated stream.