Inflater.SetInput Method (Byte[])

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Inflater.SetInput Method (Byte[])

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

public void SetInput(
   byte[] buffer
);

Parameters

buffer
the input.

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace | Inflater.SetInput Overload List