jvm-brotli
jvm-brotli copied to clipboard
Lightweight, cross-platform Java library for the Brotli compression format
Results
11
jvm-brotli issues
Sort by
recently updated
recently updated
newest added
Hi! I have found a file compression and decompression of which causes the following exception: ``` Exception in thread "main" java.io.IOException: unexpected end of input at com.nixxcode.jvmbrotli.dec.Decoder.fail(Decoder.java:50) at com.nixxcode.jvmbrotli.dec.Decoder.decode(Decoder.java:90) at...