IsNeedingInput Property

SharpZip Compression Library

SharpZip Compression Library

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.

public bool IsNeedingInput {get;}

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace