Create an InflaterInputStream with the default decompressor and a default buffer size of 4KB.
Overload List
Create an InflaterInputStream with the default decompressor and a default buffer size of 4KB.
public InflaterInputStream(Stream);
Create an InflaterInputStream with the specified decompressor and a default buffer size of 4KB.
public InflaterInputStream(Stream,Inflater);
Create an InflaterInputStream with the specified decompressor and the specified buffer size.
public InflaterInputStream(Stream,Inflater,int);
See Also
InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace