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

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 (InputStream data) throws IOException
 
Parameters:
data 

 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 


Constructor & Destructor Documentation

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

Parameters:
data 

Exceptions:
IOException 

Definition at line 55 of file ZipEntryMemoryFile.java.

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

Parameters:
completeName 

Parameters:
data 
Exceptions:
IOException 

Definition at line 64 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 73 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 83 of file ZipEntryMemoryFile.java.


The documentation for this class was generated from the following file:
Generated on Mon Jan 14 17:29:56 2008 for OpenMobileIS by  doxygen 1.5.4