lhns / fs2-compress

Compression Algorithms for Fs2
Apache License 2.0
35 stars 1 forks source link

Add BrotliCompressor API #105

Open cosminci opened 5 months ago

cosminci commented 5 months ago

The Brotli module only has a decompressor.

lhns commented 5 months ago

The currently used brotli library has the advantage that it is pure java but it only provides decompression functionality. I would like there to be another module that provides this capability using another library. If someone wants to work on this issue feel free to submit a pull request.