deflateGz

Returns an InputRange containing the input data processed through Zlib's deflate algorithm. The produced stream of data is wrapped by Gzip header and trailer. Suppliying a header is entirely optional. Zlib produces a default header if not supplied. The default header has text false, mtime zero, unknown os, and no name or comment.

  1. auto deflateGz(I input, GzHeader header, size_t chunkSize)
  2. auto deflateGz(I input, size_t chunkSize)
    deflateGz
    (
    I
    )

Meta