Inflater.Reset Method

Resets the inflater so that a new stream can be decompressed. All pending input and output will be discarded.

[Visual Basic]
Public Sub Reset()
[C#]
public void Reset();

See Also

Inflater Class | Inflater Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace