3 references to ZLib_DefaultWindowBits
System.IO.Compression (3)
System\IO\Compression\ZLibDecoder.cs (1)
22
_deflateDecoder = new DeflateDecoder(ZLibNative.
ZLib_DefaultWindowBits
);
System\IO\Compression\ZLibStream.cs (2)
29
_deflateStream = new DeflateStream(stream, mode, leaveOpen, ZLibNative.
ZLib_DefaultWindowBits
);
45
_deflateStream = new DeflateStream(stream, compressionLevel, leaveOpen, ZLibNative.
ZLib_DefaultWindowBits
);