Package org.nuxeo.template.odt
Class OOoArchiveModifier
java.lang.Object
org.nuxeo.template.odt.OOoArchiveModifier
Helper used to modify a ODT/Zip archive for addition Pictures (and potentially fragments)
- Author:
- Tiry ([email protected])
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
updateArchive
(File workingDir, File oooFile, List<Blob> blobs) protected void
writeOOoEntry
(ZipOutputStream zipOutputStream, String entryName, File fileEntry, int zipMethod)
-
Constructor Details
-
OOoArchiveModifier
public OOoArchiveModifier()
-
-
Method Details
-
updateArchive
- Throws:
IOException
-
mkOOoZip
- Throws:
IOException
-
writeOOoEntry
protected void writeOOoEntry(ZipOutputStream zipOutputStream, String entryName, File fileEntry, int zipMethod) throws IOException - Throws:
IOException
-