Miscellaneous improvements to "jar".
Martin Buchholz
martinrb at google.com
Fri Jun 26 01:14:44 UTC 2009
I forgot to mention that I upgraded
the "n" field in CRC32OutputStream from int to long.
That might be a bug fix for when the input file is longer than
Integer.MAX_VALUE, which is possible even without
ZIP64 support.
- int n = 0;
+ long n = 0;
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20090625/344e6be7/attachment.html>
More information about the core-libs-dev
mailing list