Hi,

I just fixed a bug with a wrong magic number for bzip2 files in
commons-compress, it checked for 'h' as first byte but it has to be
'BZh' in the first three bytes according to
http://en.wikipedia.org/wiki/Bzip2
which works fine for bzip2-compressed files (the check for 'h' did not).

I'm currently investigating another issue, where the
BZip2CompressorInputStream fails to deliver the decompressed data to a
parent InputStreamReader.

Is there any interest in these patches? Or is the commons-compress
project dead?

I hope this list is the right place to address this issue to.

Kind regards,

        Ingo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to