3 references to DeflateDecoder
System.IO.Compression (3)
System\IO\Compression\DeflateDecoder.cs (1)
24: this(ZLibNative.Deflate_DefaultWindowBits)
System\IO\Compression\GZipDecoder.cs (1)
22_deflateDecoder = new DeflateDecoder(ZLibNative.GZip_DefaultWindowBits);
System\IO\Compression\ZLibDecoder.cs (1)
22_deflateDecoder = new DeflateDecoder(ZLibNative.ZLib_DefaultWindowBits);