inflateGz

Returns an InputRange streaming over data inflated with Zlib. The input data must be deflated with a gz format. If headerDg is not null, it will be called as soon as the header is read from the stream.

  1. auto inflateGz(I input, GzHeaderDg headerDg, size_t chunkSize)
  2. auto inflateGz(I input, size_t chunkSize)

Meta