Class FileImporter

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

    @Immutable
    public abstract class FileImporter
    extends java.lang.Object
    implements ImportFileSupplier
    Nessie importer using data from directory.
    • Constructor Detail

      • FileImporter

        public FileImporter()
    • 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()
        Specified by:
        close in interface java.lang.AutoCloseable