DeflaterEngine.SetInput Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterEngine.SetInput Method 

Sets input data to be deflated. Should only be called when

NeedsInput()
returns true

public void SetInput(
   byte[] buffer,
   int offset,
   int count
);

Parameters

buffer
The buffer containing input data.
offset
The offset of the first byte of data.
count
The number of bytes of data to use as input.

See Also

DeflaterEngine Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace