Definition at line 39 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 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 44 of file ZipUtilities.java.