nixxcode / jvm-brotli

Lightweight, cross-platform Java library for the Brotli compression format
72 stars 10 forks source link

Remove manual load #25

Closed nixxcode closed 5 years ago

nixxcode commented 5 years ago

Fixes #16

The new method calls loadBrotli internally, but only attempts the load once per runtime and returns a boolean indicating if Brotli is available to use.

The old method loadBrotli() has been deprecated, but is still callable to ensure backwards compatibility

Also deleted some leftover code that has been moved to the example project