public class URLOutputAdapter extends OutputStreamAdapter
OutputAdapterbufferedWriter| Constructor and Description |
|---|
URLOutputAdapter(String url)
Creates a new URLOutputAdapter by opening a connection to URL specified by the string url input param
|
URLOutputAdapter(URL url)
Creates a new URLOutputAdapter by opening a connection to URL specified by the url input param
|
public URLOutputAdapter(URL url) throws IOException
url - URL object to connect to.IOException - if connectionpublic URLOutputAdapter(String url) throws MalformedURLException, IOException
url - URL to connect to as string.IOException - if connectionMalformedURLExceptionCopyright © 2019 Neuroph Project. All rights reserved.