1 instantiation of Inflater
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
82_inflater = new Inflater(windowBits, uncompressedSize);
1 reference to Inflater
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
21private Inflater? _inflater;