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