Using the java.util.Zip package - TechRepublic
General discussion
November 9, 2000 at 06:18 PM
theobs

Using the java.util.Zip package

by theobs . Updated 25 years, 3 months ago

How do I use the classes in the Zip package to:

1) zip a file. For example, I want to zip the file c:\temp\test.txt into c:\temp\testzip.zip

2) unzip a file. For example, I want to unzip all the contents of c:\temp\testzip.zip to c:\temp

This discussion is locked

All Comments