Interface Reader


  • public interface Reader
    reader to load a document by its URI/URL. Should handle security if required.
    • Method Detail

      • read

        java.io.InputStream read​(java.net.URI uri)
                          throws java.io.IOException
        load document.
        Parameters:
        uri - uri of the document.
        Returns:
        input stream of document.
        Throws:
        java.io.IOException - if reading fails.