Definition at line 40 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 |
|
unzip the input data in the specified directory. Directory must be terminated by the end file separator. Definition at line 45 of file ZipUtilities.java. |