StreamManipulator.SetInput Method

SharpZip Compression Library

SharpZip Compression Library

StreamManipulator.SetInput Method 

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

public void SetInput(
   byte[] buf,
   int off,
   int len
);

Parameters

buf
data to be input
off
offset of first byte of input
len
length of input

See Also

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