Sets the input. This should only be called, if needsInput() returns true.
[Visual Basic]
Overloads Public Sub SetInput( _
   ByVal buf As Byte() _
)
[C#]
public void SetInput(
   byte[] buf
);
Parameters
buf
the input.
Exceptions
Exception Type | Condition |
---|---|
System.InvalidOperationException | if no input is needed. |
See Also
Inflater Class | Inflater Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace | Inflater.SetInput Overload List