de.init.its.process.re
Class ODTWriter.ODTFileWriter

java.lang.Object
  extended by de.init.its.process.re.ODTWriter.ODTFileWriter
Enclosing class:
ODTWriter

protected static class ODTWriter.ODTFileWriter
extends java.lang.Object

Service class to write ODT Document Files.

Author:
m.kandora

Constructor Summary
protected ODTWriter.ODTFileWriter()
           
 
Method Summary
 void beginZip(java.io.File target)
           
 void endZip()
           
 void insert(java.util.zip.ZipEntry entry, java.util.zip.ZipInputStream zis)
           
 boolean replace(java.util.zip.ZipEntry entry, java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODTWriter.ODTFileWriter

protected ODTWriter.ODTFileWriter()
Method Detail

insert

public void insert(java.util.zip.ZipEntry entry,
                   java.util.zip.ZipInputStream zis)
            throws java.lang.Exception
Throws:
java.lang.Exception

replace

public boolean replace(java.util.zip.ZipEntry entry,
                       java.io.File f)
                throws java.lang.Exception
Throws:
java.lang.Exception

beginZip

public void beginZip(java.io.File target)
              throws java.lang.Exception
Throws:
java.lang.Exception

endZip

public void endZip()
            throws java.lang.Exception
Throws:
java.lang.Exception