de.init.its.process.re
Class ODTWriter.ODTFileWriter
java.lang.Object
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
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 |
ODTWriter.ODTFileWriter
protected ODTWriter.ODTFileWriter()
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