DecompressOutputRange.this

this(OutputSink sink, DecompressionOptions opts, string providerName = null)

Construct a decompression output range.

Parameters

sinkDelegate to receive decompressed chunks.
optsDecompression options.
providerNameOptional provider name (e.g., "ddn-gzip").
this() @disable

Disabled default constructor - must be constructed with sink and options.