History log of /external/brotli/java/org/brotli/dec/DictionaryTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
03739d2b113afe60638069c4e1604dc2ac27380d 29-May-2017 Eugene Kliuchnikov <eustas@google.com> Update (#555)

Update:
* new CLI; bro -> brotli; + man page
* JNI wrappers preparation (for bazel build)
* add raw binary dictionary representation `dictionary.bin`
* add ability to side-load brotli RFC dictionary
* decoder persists last error now
* fix `BrotliDecoderDecompress` documentation
* go reader don't block until necessary
* more consistent bazel target names
* Java dictionary data compiled footprint reduced
* Java tests refactoring
/external/brotli/java/org/brotli/dec/DictionaryTest.java
66e798d46ae95af5fcd569b5b2ec71001688ced4 10-Apr-2017 Eugene Kliuchnikov <eustas@google.com> Update API to v1.0.0 (#537)

Make Java decoder fully transpilable to C#.
/external/brotli/java/org/brotli/dec/DictionaryTest.java
c931e576d2a7ae3dba9a7fc369895e3d31bb3f8b 28-Feb-2017 Eugene Kliuchnikov <eustas@google.com> Move `java/` to `java/org/brotli/` to fix `sources.jar` structure (#517)

Also added man pages to `docs/`
/external/brotli/java/org/brotli/dec/DictionaryTest.java