Class ZipOutputFile

    • Method Detail

      • openStream

        public java.io.OutputStream openStream()
                                        throws java.io.IOException
        Specified by:
        openStream in class OutputFile
        Throws:
        java.io.IOException
      • resolve

        public java.lang.String resolve​(java.lang.String... paths)
        Specified by:
        resolve in class OutputFile
      • newOutputStream

        public java.io.OutputStream newOutputStream​(java.lang.String file)
                                             throws java.io.IOException
        Specified by:
        newOutputStream in class OutputFile
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in class OutputFile
        Throws:
        java.io.IOException