Class ArchiveUtils
java.lang.Object
is.galia.util.ArchiveUtils
-
Method Summary
-
Method Details
-
entries
Lists all entries in the given zip file without extracting it.- Parameters:
file
- Zip file.- Returns:
- All entries in the given file.
- Throws:
IOException
-
unzip
Unzips a zip file. Permissions are preserved on platforms that support it.- Parameters:
zipFile
- File to unzip.destDir
- Directory to unzip the file into.- Throws:
IOException
-