garydgregory commented on PR #664:
URL: https://github.com/apache/commons-compress/pull/664#issuecomment-2817187308

   > Ah, it was just added that same day? That was fast! Thanks!
   > 
   > However, if there were a builder for the options themselves, then the same 
pattern could be shared with xz, too. Otherwise, it seems xz needs its own 
builder, too, right?
   > 
   > Similarly, I think zstd needs a way to get at all of the options that are 
available via the `ZstdOutputStream::set` methods. In particular, I wanted to 
get at `ZstdOutputStream::setWorkers` to enable parallel compression. Then the 
`ZstdCompressorOutputStream(final OutputStream outStream, final int level, 
...)` constructors could also be deprecated the way you did with LZMA.
   
   Hello @dwalluck 
   
   Please see this PR https://github.com/apache/commons-compress/pull/666 to 
add a builder to `ZstdCompressorOutputStream`.
   
   TY,
   Gary
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to