Inflater.IsNeedingInput Property

Returns true, if the input buffer is empty. You should then call setInput(). NOTE: This method also returns true when the stream is finished.

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

See Also

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