Package gov.nasa.pds.search.util
Class UnzipUtility
- java.lang.Object
-
- gov.nasa.pds.search.util.UnzipUtility
-
public class UnzipUtility extends Object
This utility extracts files and directories of a standard zip file to a destination directory. Examples taken from: http://www.javased.com/?api=org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
-
Constructor Summary
Constructors Constructor Description UnzipUtility()
-
-
-
Method Detail
-
unzipFile
public static void unzipFile(String archivePath, String targetPath) throws IOException
- Throws:
IOException
-
-