Inflater.IsFinished Property

Returns true, if the inflater has finished. This means, that no input is needed and no output can be produced.

[Visual Basic]
Public ReadOnly Property IsFinished As Boolean
[C#]
public bool IsFinished {get;}

See Also

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