LzmaDecompressor.setDictionary

bool setDictionary(const(ubyte)[] dict)

Provide a dictionary if required.

Parameters

dictRaw dictionary bytes. Pass an empty array to clear the current dictionary.

Returns

true if the dictionary was accepted (always true for an empty

dictionary). Non-empty dictionaries are unsupported by the .xz container and cause this method to return false.

Throws

Does not throw; returns false for unsupported dictionaries.