Interface ImportFileSupplier

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    FileImporter, ZipArchiveImporter

    public interface ImportFileSupplier
    extends java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.InputStream newFileInput​(java.lang.String fileName)  
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Method Detail

      • newFileInput

        @Nonnull
        @Nonnull
        java.io.InputStream newFileInput​(@Nonnull @Nonnull
                                         java.lang.String fileName)
                                  throws java.io.IOException
        Throws:
        java.io.IOException