Class ManifestSubDocument


  • public class ManifestSubDocument
    extends java.lang.Object
    Represents the META-INF/manifest.xml subdocument
    • Constructor Summary

      Constructors 
      Constructor Description
      ManifestSubDocument​(java.io.InputStream inputStream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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