You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by kj <ke...@it.fts-vn.com> on 2004/12/15 05:25:03 UTC

[Patch] Minor tweaks to ZipEntry and ZipOutputStream

- changed format of for loops to remove method calls
- removed other method calls
- made access to ZipEntry.DEFLATED/STORED more explicit to stop compiler
whining
- changed one javadoc

On large file sets the VM should work a little less (a few method
calls/entry) -> minor performance improvement.

Kev