![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Functions | |
const BrotliDictionary * | BrotliGetDictionary (void) |
void | BrotliSetDictionaryData (const uint8_t *data) |
const BrotliDictionary * BrotliGetDictionary | ( | void | ) |
void BrotliSetDictionaryData | ( | const uint8_t * | data | ) |
Sets dictionary data.
When dictionary data is already set / present, this method is no-op.
Dictionary data MUST be provided before BrotliGetDictionary is invoked. This method is used ONLY in multi-client environment (e.g. C + Java), to reduce storage by sharing single dictionary between implementations.