Sets the dictionary which should be used in the deflate process. This call is equivalent to
setDictionary(dict, 0, dict.Length).
Parameters
- dict
- the dictionary.
Exceptions
Exception Type | Condition |
---|---|
InvalidOperationException | if setInput () or deflate () were already called or another dictionary was already set. |
See Also
Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace | Deflater.SetDictionary Overload List