Package org.apache.ivy.osgi.util
Class ZipUtil
java.lang.Object
org.apache.ivy.osgi.util.ZipUtil
Class derived from code posted here: http://forums.sun.com/thread.jspa?messageID=2160923
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
zip
(File sourceDir, OutputStream targetStream) private static void
zipFiles
(File rootDir, File currDir, ZipOutputStream zos)
-
Constructor Details
-
ZipUtil
public ZipUtil()
-
-
Method Details
-
zip
- Throws:
IOException
-
zipFiles
- Throws:
IOException
-