SetInput Method

SharpZip Compression Library

SharpZip Compression 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