Re: to generate a zip file dynamically
Posted By:
Michael_Wax
Posted On:
Tuesday, April 10, 2001 04:54 PM
You need to use classes in the java.util.zip package, including the ZipOutputStream class. I have used ZipOutputStream to create zip files; the nice thing about this class is that (from the point of view of the programmer) it behaves very similarly to other java OutputStream classes.