Interface DocumentLoader

    • Method Detail

      • openURL

        java.io.InputStream openURL​(java.net.URL url)
                             throws java.io.IOException
        Parameters:
        url - the url to open
        Returns:
        an input stream or null, if not found
        Throws:
        java.io.IOException - for errors other than 'not found'