Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: how do you append to a zip archive


Message #1 by "Wesley Hobbie" <wslyhbb@y...> on Mon, 30 Jul 2001 18:49:23
I have the Beginning Java 2 (JDK 1.3 ed) book and it tells how to write to 
zip files but I want to know how to append to a zip file.  When I do it I 
can add as many files to the zip file I want the first time through but if 
I run the program again and try to add to the same zip file it erases what 
is in the file and adds the new stuff.

  Return to Index