Decompress Zstandard-compressed data.
data
Under the hood, this uses a shared, lazily-initialized Decompressor, which minimizes overhead. If you need dictionary support, create your own instance of that class.
Buffer containing compressed data
Optional decompression parameters
Decompressed data
Decompress Zstandard-compressed
data
.Under the hood, this uses a shared, lazily-initialized Decompressor, which minimizes overhead. If you need dictionary support, create your own instance of that class.