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