zstd/examples/README.md

8 lines
295 B
Markdown
Raw Normal View History

Zstandard library : usage examples
==================================
- [Dictionary decompression](dictionary_decompression.c)
Decompress multiple files using the same dictionary.
Compatible with Legacy modes.
Introduces usage of : `ZSTD_createDDict()` and `ZSTD_decompress_usingDDict()`