Interface IURLSetter

    • Method Detail

      • setURL

        void setURL​(java.lang.String url)
        Parameters:
        url - the URL to set
      • getURL

        java.lang.String getURL()
        Returns:
        the URL of this
      • getUserFileName

        java.lang.String getUserFileName()
        Returns:
        the filename of this; null if not implemented
      • getURLInputStream

        java.io.InputStream getURLInputStream()
        get the input stream that reads from URL
        Returns:
        InputStream the input stream that the url points to, null if the url is inaccessible