mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Missing encoder implementation in Java #405
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guybartal on GitHub (Nov 8, 2021).
Hi,
We would like to use both Brotli compression and decompression with Java,
currently, Maven package version 0.1.2 includes only decompression,
any plans to publish a package for compression?
we've noticed that there's a Java wrapper code, but it's not part of the parent package.
@hyperxpro commented on GitHub (Nov 25, 2021):
Try this: https://github.com/hyperxpro/Brotli4j
@eustas commented on GitHub (Dec 15, 2021):
Currently we have no resources for pure java encoder... Sorry.
Dupe of #405.
Project Brotli4j looks nice - it builds brotli library for several platforms and loads appropriate library...