Create an InflaterInputStream with the default decompresseor and a default buffer size.

Overload List

Create an InflaterInputStream with the default decompresseor and a default buffer size.

public InflaterInputStream(Stream);

Create an InflaterInputStream with the specified decompresseor and a default buffer size.

public InflaterInputStream(Stream,Inflater);

Create an InflaterInputStream with the specified decompresseor and a specified buffer size.

public InflaterInputStream(Stream,Inflater,int);

See Also

InflaterInputStream Class | InflaterInputStream Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace