ZstdException if loading the dictionary fails.ZstdDecompressor.loadDictionary
void loadDictionary(const(ubyte)[] dict)Loads a dictionary for subsequent decompressions.
Parameters
dict | The dictionary content. |
void loadDictionary(const(ubyte)[] dict)Loads a dictionary for subsequent decompressions.
dict | The dictionary content. |
ZstdException if loading the dictionary fails.