Posted By:
Dhiren_Bhatia
Posted On:
Monday, January 21, 2002 06:54 PM
You will have to save the existing zip file in a temporary file, add the contents of the existing zip file to the temporary file and then add the new contents you want to update the zip file with.
The java.util.zip api's do not provide random access to zip files.
Hope this helps,
Dhiren