org.openmobileis.synchro.openmsp.server.util
Class MemoryZipEntryFile
java.lang.Object
org.openmobileis.synchro.openmsp.server.util.MemoryFile
org.openmobileis.synchro.openmsp.server.util.MemoryZipEntryFile
- All Implemented Interfaces:
- OpenMISFile, OpenMISSerializable, java.io.Serializable, ZipEntryFile
- public class MemoryZipEntryFile
- extends MemoryFile
- 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.MemoryFile |
equals, getFileCompleteName, getFileData, getFileDataStream, getFileDate, getFileLength, getFileName, getFilePath, hashCode, setFileDate, setFileName, setFilePath |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MemoryZipEntryFile
public MemoryZipEntryFile()
MemoryZipEntryFile
public MemoryZipEntryFile(java.io.InputStream data)
throws java.io.IOException
- Parameters:
data
-
- Throws:
java.io.IOException
MemoryZipEntryFile
public MemoryZipEntryFile(java.lang.String completeName,
java.io.InputStream data)
throws java.io.IOException
- Parameters:
completeName
- data
-
- Throws:
java.io.IOException
MemoryZipEntryFile
public MemoryZipEntryFile(java.lang.String completeName,
byte[] data)
throws java.io.IOException
- Parameters:
completeName
- data
-
- Throws:
java.io.IOException
MemoryZipEntryFile
public MemoryZipEntryFile(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.