org.openmobileis.synchro.openmsp.server.util
Class ZipEntryMemoryFile
java.lang.Object
org.openmobileis.synchro.openmsp.server.util.MemoryFile
org.openmobileis.synchro.openmsp.server.util.ZipEntryMemoryFile
- All Implemented Interfaces:
- OpenMISFile, OpenMISSerializable, java.io.Serializable
- public class ZipEntryMemoryFile
- extends MemoryFile
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.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ZipEntryMemoryFile
public ZipEntryMemoryFile()
ZipEntryMemoryFile
public ZipEntryMemoryFile(java.io.InputStream data)
throws java.io.IOException
- Parameters:
data
-
- Throws:
java.io.IOException
ZipEntryMemoryFile
public ZipEntryMemoryFile(java.lang.String completeName,
java.io.InputStream data)
throws java.io.IOException
- Parameters:
completeName
- data
-
- Throws:
java.io.IOException
ZipEntryMemoryFile
public ZipEntryMemoryFile(java.lang.String completeName,
byte[] data)
throws java.io.IOException
- Parameters:
completeName
- data
-
- Throws:
java.io.IOException
ZipEntryMemoryFile
public ZipEntryMemoryFile(java.lang.String name,
java.lang.String path,
java.io.InputStream data)
throws java.io.IOException
- Parameters:
name
- path
- data
-
- Throws:
java.io.IOException
getZipFileName
public java.lang.String getZipFileName()
setZipFileName
public void setZipFileName(java.lang.String zipFileName)
Copyright 2006 OpenMobileIS. All Rights Reserved.