bzip2 library for Java

With Java one can easily decorate InputStreams with filter, buffer, decrypters and decompressors. For the latter, it already ships with decorators for ZIP, GZip and even Deflater. But I needed bzip2 for which libraries seem not to cover. (BTW, pbzip2 is an parallel implementation of it which you should use as replacement in multicore environments.)
Except for some implementation in Read more »
