/[Apache-SVN]
ViewVC logotype

Revision 1650166


Jump to revision: Previous Next
Author: krosenvold
Date: Wed Jan 7 21:11:04 2015 UTC (9 years, 7 months ago)
Changed paths: 2
Log Message:
Modified ZipOutputStream to be able to avoid seeking and rewriting headers
when operating through addRaw.

The basic idea is that an entry added through addRaw is fully known at the
time we call add, so we do not need to go back in the file to rewrite fields.

Adding this third mode increases the pain of multiple code paths, and
we should probably consider a ground-up rewrite at some point.

Changed paths

Path Details
Directorycommons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java modified , text changed
Directorycommons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26