Class ZipArchiveExporter

  • All Implemented Interfaces:
    java.lang.AutoCloseable, ExportFileSupplier

    @Immutable
    public abstract class ZipArchiveExporter
    extends java.lang.Object
    implements ExportFileSupplier
    Nessie exporter that creates a ZIP file.
    • Constructor Detail

      • ZipArchiveExporter

        public ZipArchiveExporter()
    • Method Detail

      • newFileOutput

        @Nonnull
        @Nonnull
        public java.io.OutputStream newFileOutput​(@Nonnull @Nonnull
                                                  java.lang.String fileName)
                                           throws java.io.IOException
        Specified by:
        newFileOutput in interface ExportFileSupplier
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception