Interface InputStreamSupplier

    • Method Detail

      • open

        InputStream open()
                  throws IOException
        Opens an input stream for reading. The caller is responsible for closing the returned InputStream.
        Returns:
        a reader of the bytes from this supplier
        Throws:
        IOException - if an I/O error occurs while opening stream