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
 
Parameters:
data 
Exceptions:
IOException 

 ZipEntryMemoryFile (String completeName, InputStream data) throws IOException
 
Parameters:
completeName 

 ZipEntryMemoryFile (String completeName, byte[] data) throws IOException
 
Parameters:
completeName 

 ZipEntryMemoryFile (String name, String path, InputStream data) throws IOException
 
Parameters:
name 

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 ( String  completeName,
InputStream  data 
) throws IOException

Parameters:
completeName 

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

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

Parameters:
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 Mon Dec 4 11:03:43 2006 for OpenMobileIS by  doxygen 1.5.1-p1