net.sf.jooreports.opendocument
Class ManifestSubDocument

java.lang.Object
  extended by net.sf.jooreports.opendocument.ManifestSubDocument

public class ManifestSubDocument
extends java.lang.Object

Represents the META-INF/manifest.xml subdocument


Constructor Summary
ManifestSubDocument(java.io.InputStream inputStream)
           
 
Method Summary
 void addFileEntry(java.lang.String mediaType, java.lang.String fullPath)
           
 void save(java.io.OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestSubDocument

public ManifestSubDocument(java.io.InputStream inputStream)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addFileEntry

public void addFileEntry(java.lang.String mediaType,
                         java.lang.String fullPath)

save

public void save(java.io.OutputStream outputStream)
          throws java.io.IOException
Throws:
java.io.IOException