Inflate Method

SharpZip Compression Library

SharpZip Compression Library

Inflater.Inflate Method

Inflates the compressed stream to the output buffer. If this returns 0, you should check, whether needsDictionary(), needsInput() or finished() returns true, to determine why no further output is produced.

Overload List

Inflates the compressed stream to the output buffer. If this returns 0, you should check, whether needsDictionary(), needsInput() or finished() returns true, to determine why no further output is produced.

public int Inflate(byte[]);

Inflates the compressed stream to the output buffer. If this returns 0, you should check, whether needsDictionary(), needsInput() or finished() returns true, to determine why no further output is produced.

public int Inflate(byte[],int,int);

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace