Inflater.SetInput Method (Byte[])

SharpZip Compression Library

SharpZip Compression Library

Inflater.SetInput Method (Byte[])

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

public void SetInput(
   byte[] buf
);

Parameters

buf
the input.

See Also

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