org.openmobileis.synchro.openmsp.server.util
Class FileStoreZipEntryFile
java.lang.Object
org.openmobileis.synchro.openmsp.server.util.FileStoredOpenMISFile
org.openmobileis.synchro.openmsp.server.util.FileStoreZipEntryFile
- All Implemented Interfaces:
- OpenMISFile, OpenMISSerializable, java.io.Serializable, ZipEntryFile
- public class FileStoreZipEntryFile
- extends FileStoredOpenMISFile
- implements ZipEntryFile
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 org.openmobileis.synchro.openmsp.server.util.FileStoredOpenMISFile |
equals, getFileCompleteName, getFileData, getFileDataStream, getFileDate, getFileLength, getFileName, getFilePath, hashCode, removeTempFile, setFileDate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FileStoreZipEntryFile
public FileStoreZipEntryFile()
FileStoreZipEntryFile
public FileStoreZipEntryFile(java.io.InputStream data)
throws java.io.IOException
- Parameters:
data
-
- Throws:
java.io.IOException
FileStoreZipEntryFile
public FileStoreZipEntryFile(java.lang.String completeName,
java.io.InputStream data)
throws java.io.IOException
- Parameters:
completeName
- data
-
- Throws:
java.io.IOException
FileStoreZipEntryFile
public FileStoreZipEntryFile(java.lang.String filepath,
java.lang.String filename)
throws java.io.IOException
- Throws:
java.io.IOException
FileStoreZipEntryFile
public FileStoreZipEntryFile(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()
- Specified by:
getZipFileName
in interface ZipEntryFile
setZipFileName
public void setZipFileName(java.lang.String zipFileName)
- Specified by:
setZipFileName
in interface ZipEntryFile
Copyright 2006 OpenMobileIS. All Rights Reserved.