How can I add entries to an existing zip file in Java?

Posted by Marlo Guthrie on Stack Overflow See other posts from Stack Overflow or by Marlo Guthrie
Published on 2010-06-15T20:11:03Z Indexed on 2010/06/15 20:12 UTC
Read the original article Hit count: 187

Filed under:
|

Opening the file with a ZipOutputStream overwrites it. Is there a way to keep the file and just add new entries?

© Stack Overflow or respective owner

Related posts about java

Related posts about zip