Added "dictionary decompression" example
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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()`
|
||||
Reference in New Issue
Block a user