Sets the input. This should only be called, if needsInput() returns true.
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