org.openmobileis.common.util.file.ZipUtilities Class Reference

List of all members.

Detailed Description

Title: OpenMobileIS project source
Description:.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

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


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:34 2006 for OpenMobileIS by  doxygen 1.5.1-p1