public final class ZipFiles extends Object
| Constructor and Description |
|---|
ZipFiles() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getEntryContent(String zipPath,
String relativeEntryPath)
Get the content for the entry at
relativeEntryPath from within
the zip file. |
static void |
unzip(String zipPath,
String destination)
Unzip the contents of the file at
zipPath to the
destination directory. |
public static String getEntryContent(String zipPath, String relativeEntryPath)
relativeEntryPath from within
the zip file.zipPath - the path to the zip filerelativeEntryPath - the path of the entry to extract