SetInput Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Inflater.SetInput Method

Sets the input. This should only be called, if needsInput() returns true.

Overload List

Sets the input. This should only be called, if needsInput() returns true.

public void SetInput(byte[]);

Sets the input. This should only be called, if needsInput() returns true.

public void SetInput(byte[],int,int);

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace