Inheritance diagram for org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile:
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.
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 |
|
Definition at line 56 of file ZipEntryMemoryFile.java. |
|
Definition at line 66 of file ZipEntryMemoryFile.java. |
|
Definition at line 76 of file ZipEntryMemoryFile.java. |
|
Definition at line 87 of file ZipEntryMemoryFile.java. |