inflateSetDictionary
fn
int inflateSetDictionary(z_stream * strm, const(ubyte) * dictionary, uint dictLength) nothrowSet decompression dictionary.
Parameters
strm | Pointer to z_stream. |
dictionary | Dictionary data. |
dictLength | Length of dictionary. |
Returns
Z_OK on success, or an error code.