org.openmobileis.synchro.openmsp.server.util
Class FileStoreZipEntryFile

java.lang.Object
  extended byorg.openmobileis.synchro.openmsp.server.util.FileStoredOpenMISFile
      extended byorg.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

Field Summary
 
Fields inherited from class org.openmobileis.synchro.openmsp.server.util.FileStoredOpenMISFile
copy, filedate, fileName, filePath, inputstream, tempDir, tempFileName
 
Constructor Summary
FileStoreZipEntryFile()
           
FileStoreZipEntryFile(java.io.InputStream data)
           
FileStoreZipEntryFile(java.lang.String completeName, java.io.InputStream data)
           
FileStoreZipEntryFile(java.lang.String filepath, java.lang.String filename)
           
FileStoreZipEntryFile(java.lang.String name, java.lang.String path, java.io.InputStream data)
           
 
Method Summary
 java.lang.String getZipFileName()
           
 void setZipFileName(java.lang.String zipFileName)
           
 
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
 
Methods inherited from interface org.openmobileis.synchro.openmsp.server.util.OpenMISFile
getFileCompleteName, getFileData, getFileDataStream, getFileDate, getFileLength, getFileName, getFilePath, setFileDate
 

Constructor Detail

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
Method Detail

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.