.. | ||
dictionary_decompression.c | ||
README.md |
Zstandard library : usage examples
- Dictionary decompression
Decompress multiple files using the same dictionary.
Compatible with Legacy modes.
Introduces usage of :
ZSTD_createDDict()
andZSTD_decompress_usingDDict()