Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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 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


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 45 of file ZipUtilities.java.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4