public class URLOutputAdapter extends OutputStreamAdapter
OutputAdapter
bufferedWriter
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 connectionMalformedURLException
Copyright © 2019 Neuroph Project. All rights reserved.