Definition at line 38 of file ZipUtilities.java.
Static Public Member Functions | |
static void | unZipData (InputStream inputstream, String unZipDirectory) throws IOException |
unzip the input data in the specified directory. | |
static void | unzipEntryFromDataToDestFile (InputStream inputstream, String entryName, String destFile) throws IOException |
static byte[] | getZipEntryFromStreal (InputStream inputstream, String entryName) throws IOException |
static void org.openmobileis.common.util.file.ZipUtilities.unZipData | ( | InputStream | inputstream, | |
String | unZipDirectory | |||
) | throws IOException [static] |
unzip the input data in the specified directory.
Directory must be terminated by the end file separator.
Definition at line 43 of file ZipUtilities.java.