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

org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile Class Reference

Inheritance diagram for org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile:

org.openmobileis.synchro.openmsp.server.util.MemoryFile org.openmobileis.synchro.openmsp.server.util.OpenMISFile org.openmobileis.common.util.OpenMISSerializable List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Memory file use by synchro processus.

Use this file to specify a zip file added to the synchro file. All file with the same zipFileName will be added to this zip file. Use by FODB synchro processus to add all collection file generated by complete synchro to a zip file added to the synchro files.

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

Definition at line 41 of file ZipEntryMemoryFile.java.

Public Member Functions

 ZipEntryMemoryFile ()
 ZipEntryMemoryFile (InputStream data) throws IOException
 ZipEntryMemoryFile (String completeName, InputStream data) throws IOException
 ZipEntryMemoryFile (String completeName, byte[] data) throws IOException
 ZipEntryMemoryFile (String name, String path, InputStream data) throws IOException
String getZipFileName ()
void setZipFileName (String zipFileName)

Static Package Attributes

static final long serialVersionUID = 5521257935120563452L


Constructor & Destructor Documentation

org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile.ZipEntryMemoryFile InputStream  data  )  throws IOException
 

Parameters:
data 
Exceptions:
IOException 

Definition at line 56 of file ZipEntryMemoryFile.java.

org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile.ZipEntryMemoryFile String  completeName,
InputStream  data
throws IOException
 

Parameters:
completeName 
data 
Exceptions:
IOException 

Definition at line 66 of file ZipEntryMemoryFile.java.

org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile.ZipEntryMemoryFile String  completeName,
byte[]  data
throws IOException
 

Parameters:
completeName 
data 
Exceptions:
IOException 

Definition at line 76 of file ZipEntryMemoryFile.java.

org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile.ZipEntryMemoryFile String  name,
String  path,
InputStream  data
throws IOException
 

Parameters:
name 
path 
data 
Exceptions:
IOException 

Definition at line 87 of file ZipEntryMemoryFile.java.


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