GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/427
JENA-1554, JENA-1555: Support bz2 compressed files directly from Java.
JENA-1555, JENA-1554: Update awaitility ; add Apache Commons compress
JENA-1554: Add bz2 compression/decompression
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena compressed
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/427.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #427
----
commit eb9ba394f59ae5f827a54db718b032d797d1bafb
Author: Andy Seaborne <andy@...>
Date: 2018-06-03T08:51:44Z
JENA-1555, JENA-1554: Update awaitility ; add Apache Commons compress
commit f88fbc578d02ed8925104bf5d4a03795470d9275
Author: Andy Seaborne <andy@...>
Date: 2018-06-03T09:11:13Z
JENA-1554: Add bz2 compression/decompression
Add Snappy
default 32k block
decompress only; compressor not available
Update javadoc (RDFLanguages, BinRDF) that mentions gz.
----
---