DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30494>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30494 [PATCH] fix for bzip2 example compress/uncompress utilities Summary: [PATCH] fix for bzip2 example compress/uncompress utilities Product: Commons Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Sandbox AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi There, Hope all is going well. The commons sandbox compress bzip2 example compress and uncompress utilities are currently broken as the CBzip2Input/Output/Stream classes expect the leading 2 bytes of the BZip2 file to be stripped/added outside of the CBZip2xxxStream classes. This currently means the compress example creates a data file bzip2 can't understand and the uncompress example throws a null pointer exception. The attached patch fixes this. Cheers, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
