IsNeedingInput Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Deflater.IsNeedingInput Property

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

public bool IsNeedingInput {get;}

See Also

Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace