DeflateRawStdZlibDecompressor.setDictionary

bool setDictionary(const(ubyte)[] dict)

Set decompression dictionary if required by the compressed stream.

Parameters

dictDictionary bytes to use for decompression.

Returns

true if dictionary was set successfully, false otherwise.

Throws

CompressionError if dictionary setup fails.