[
https://issues.apache.org/jira/browse/COMPRESS-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145679#comment-13145679
]
Hans horn commented on COMPRESS-161:
------------------------------------
Stefan,
just checked out compress trunk.
Due to issues with xz compression it wouldn't build out of the box, but
that was easily remedied.
Works like a charm decompressing bz2 files that were either created
using the serial bzip2 as well as using pbzip2.
Thanks again for your efforts.
Btw., are there any plans to add parallel bzip2
compression/decompression to commons compress taking advantage of
multiprocessor cpus?
Kindly,
H.
> bzip2 decompression terminates after 900000 bytes
> -------------------------------------------------
>
> Key: COMPRESS-161
> URL: https://issues.apache.org/jira/browse/COMPRESS-161
> Project: Commons Compress
> Issue Type: Bug
> Components: Compressors
> Affects Versions: 1.3
> Environment: Windows7 64bit JDK7u1,2
> Reporter: Hans horn
> Priority: Critical
> Fix For: 1.4
>
> Attachments: INT1_aminey.inp.bz2
>
>
> bzip2 decompression terminates (w/o error) after 900000 bytes
> try {
> InputStream iin = new BZip2CompressorInputStream(new
> FileInputStream(bzip2 compressed file that was uncompressed > 900000 bytes in
> size);
> int data = iin.read();
> while (data != -1) {
> System.out.print((char) data); ++nBytes;
> data = iin.read();
> }
> } catch (IOException iox) { /**/ }
> System.out.println("#Bytes read " + nBytes);
> prints: #Bytes read 900000
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira