Interface InputSupplier<T>

    • Method Detail

      • open

        @NotNull
        T open()
        throws IOException
        Provides an object that encapsulates a readable resource. Each call to this method will produce a new object.
        Returns:
        object that encapsulates a readable resource.
        Throws:
        IOException - in case the readable resource could not be opened or read