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

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

org.openmobileis.synchro.openmsp.server.util.MemoryFile org.openmobileis.synchro.openmsp.server.util.ZipEntryFile org.openmobileis.synchro.openmsp.server.util.OpenMISFile org.openmobileis.synchro.openmsp.server.util.OpenMISFile

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 MemoryZipEntryFile.java.


Public Member Functions

 MemoryZipEntryFile (InputStream data) throws IOException
 
Parameters:
data 

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

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

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


Constructor & Destructor Documentation

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

Parameters:
data 

Exceptions:
IOException 

Definition at line 55 of file MemoryZipEntryFile.java.

org.openmobileis.synchro.openmsp.server.util.MemoryZipEntryFile.MemoryZipEntryFile ( String  completeName,
InputStream  data 
) throws IOException

Parameters:
completeName 

Parameters:
data 
Exceptions:
IOException 

Definition at line 64 of file MemoryZipEntryFile.java.

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

Parameters:
completeName 

Parameters:
data 
Exceptions:
IOException 

Definition at line 73 of file MemoryZipEntryFile.java.

org.openmobileis.synchro.openmsp.server.util.MemoryZipEntryFile.MemoryZipEntryFile ( String  name,
String  path,
InputStream  data 
) throws IOException

Parameters:
name 

Parameters:
path 
data 
Exceptions:
IOException 

Definition at line 83 of file MemoryZipEntryFile.java.


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:23 2010 for OpenMobileIS by  doxygen 1.5.4