Inflater.SetInput Method (Byte[], Int32, Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Inflater.SetInput Method (Byte[], Int32, Int32)

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

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

Parameters

buffer
The source of input data
index
The index into buffer where the input starts.
count
The number of bytes of input to use.

Exceptions

Exception Type Condition
InvalidOperationException No input is needed.
ArgumentOutOfRangeException The index and/or count are wrong.

See Also

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