Class ScatterZipOutputStream.ZipEntryWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    ScatterZipOutputStream

    public static class ScatterZipOutputStream.ZipEntryWriter
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Detail

      • ZipEntryWriter

        public ZipEntryWriter​(ScatterZipOutputStream scatter)
                       throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • writeNextZipEntry

        public void writeNextZipEntry​(ZipArchiveOutputStream target)
                               throws java.io.IOException
        Throws:
        java.io.IOException