public interface NetworkProcessor
| Modifier and Type | Method and Description |
|---|---|
InputStream |
fetch(URL url)
Fetches the resource with the given URL and creates a stream containing
the resource contents.
|
InputStream fetch(URL url) throws IOException
url - Resource URL.IOException - when the stream cannot be obtained for any reasonCopyright © 2018. All rights reserved.