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

Class URLOutputAdapter

    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • URLOutputAdapter

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

        public URLOutputAdapter(java.lang.String url)
                         throws java.net.MalformedURLException,
                                java.io.IOException
        Creates a new URLOutputAdapter by opening a connection to URL specified by the string url 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.