Missing encoder implementation in Java #405

Closed
opened 2026-01-29 20:43:20 +00:00 by claunia · 2 comments
Owner

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.

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](https://mvnrepository.com/artifact/org.brotli/dec), any plans to publish a package for compression? we've noticed that there's a [Java wrapper code](https://github.com/google/brotli/blob/master/java/org/brotli/wrapper/enc/BrotliOutputStream.java), but it's not part of the [parent](https://mvnrepository.com/artifact/org.brotli/parent/0.1.2) package.
Author
Owner

@hyperxpro commented on GitHub (Nov 25, 2021):

Try this: https://github.com/hyperxpro/Brotli4j

@hyperxpro commented on GitHub (Nov 25, 2021): Try this: https://github.com/hyperxpro/Brotli4j
Author
Owner

@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...

@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...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#405