Sets the input. This should only be called, if needsInput() returns true.
Parameters
- buffer
- The source of input data
- offset
- The offset into buffer where the input starts.
- length
- The number of bytes of input to use.
Exceptions
| Exception Type | Condition |
|---|---|
| InvalidOperationException | No input is needed. |
| ArgumentOutOfRangeException | The off and/or len are wrong. |
See Also
Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace | Inflater.SetInput Overload List