Commit c5c231e6 authored by Carmi Grushko's avatar Carmi Grushko Committed by Stefan Bodewig
Browse files

Allow specifying Zstandard compression level

ZstdCompressorOutputStream allows to compress data using Zstandard, but the default compression level of 3 is hard-coded.
Programs that wish to use a different compression level must reimplement ZstdCompressorOutputStream.
I suggest we add a constructor that takes a compression level and passes it to
`new ZstdOutputStream(...)`.
parent 6f8c4960
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment