You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Torsten Curdt (JIRA)" <ji...@apache.org> on 2009/01/07 15:08:44 UTC

[jira] Commented: (SANDBOX-183) Compress should allow for writing to Zip Files

    [ https://issues.apache.org/jira/browse/SANDBOX-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661581#action_12661581 ] 

Torsten Curdt commented on SANDBOX-183:
---------------------------------------

This should be implemented with a changeset design. You basically have an archive, then build up a set of changes and then apply them on the fly to the stream.

src -> changes -> dst

At least this means only what has changed needs to be modified. Everything else will get just copied.

TBD in trunk.

> Compress should allow for writing to Zip Files
> ----------------------------------------------
>
>                 Key: SANDBOX-183
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-183
>             Project: Commons Sandbox
>          Issue Type: New Feature
>          Components: Compress
>    Affects Versions: Nightly Builds
>            Reporter: Will Pugh
>         Attachments: myzip.zip, myzip2.zip
>
>
> Compress should be able to modify existing ZipFiles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.