Class ZipArchiveImporter

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

    @Immutable
    public abstract class ZipArchiveImporter
    extends java.lang.Object
    implements ImportFileSupplier
    Nessie importer using data from a ZIP file.
    • Constructor Detail

      • ZipArchiveImporter

        public ZipArchiveImporter()
    • Method Detail

      • newFileInput

        @Nonnull
        @Nonnull
        public java.io.InputStream newFileInput​(@Nonnull @Nonnull
                                                java.lang.String fileName)
                                         throws java.io.IOException
        Specified by:
        newFileInput in interface ImportFileSupplier
        Throws:
        java.io.IOException
      • close

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