DeflateRawStdZlibDecompressor.setDictionary
bool setDictionary(const(ubyte)[] dict)Set decompression dictionary if required by the compressed stream.
Parameters
dict | Dictionary bytes to use for decompression. |
Returns
true if dictionary was set successfully, false otherwise.
Throws
CompressionError if dictionary setup fails.