Interface IImageContainerFactory

    • Method Detail

      • create

        default IImageContainer create​(java.io.InputStream inputStream)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • create

        default IImageContainer create​(java.io.File randomAccessFile)
                                throws java.io.IOException
        Throws:
        java.io.IOException