StreamManipulator.SetInput Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

StreamManipulator.SetInput Method 

Add more input for consumption. Only call when IsNeedingInput returns true

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

Parameters

buffer
data to be input
offset
offset of first byte of input
count
number of bytes of input to add.

See Also

StreamManipulator Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace