| Constructor and Description | 
|---|
UrlSource(URL url)
Creates a new source backed by the specified URL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InputStream | 
getInputStream()
Gets a byte stream to the source contents. 
 | 
String | 
getLocation()
Provides a user-friendly hint about the location of the source. 
 | 
URL | 
getUrl()
Gets the URL of this source. 
 | 
String | 
toString()  | 
public UrlSource(URL url)
url - The file, must not be null.public InputStream getInputStream() throws IOException
SourcegetInputStream in interface Sourcenull.IOExceptionpublic String getLocation()
SourcegetLocation in interface Sourcenull.public URL getUrl()
null.Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.