Documentation of 'org.neuroph.util.io.URLInputAdapter' Java class
URLInputAdapter
org.neuroph.util.io

Class URLInputAdapter

    • Constructor Summary

      Constructors 
      Constructor and Description
      URLInputAdapter(java.lang.String url)
      Creates a new URLInputAdapter by opening a connection to URL specified by the input param
      URLInputAdapter(java.net.URL url)
      Creates a new URLInputAdapter by opening a connection to URL specified by the input param
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URLInputAdapter

        public URLInputAdapter(java.net.URL url)
                        throws java.io.IOException
        Creates a new URLInputAdapter by opening a connection to URL specified by the input param
        Parameters:
        url - URL object to connect to.
        Throws:
        java.io.IOException - if connection
      • URLInputAdapter

        public URLInputAdapter(java.lang.String url)
                        throws java.net.MalformedURLException,
                               java.io.IOException
        Creates a new URLInputAdapter by opening a connection to URL specified by the input param
        Parameters:
        url - URL to connect to as string.
        Throws:
        java.io.IOException - if connection
        java.net.MalformedURLException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.