public class URLInputStreamFacade extends java.lang.Object implements InputStreamFacade
InputStreamFacade for URL's.| Modifier and Type | Field and Description |
|---|---|
private java.net.URL |
url |
| Constructor and Description |
|---|
URLInputStreamFacade(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Retrieves the actual
InputStream. |
public java.io.InputStream getInputStream()
throws java.io.IOException
InputStreamFacadeInputStream. The caller must assume, that this method may be invoked only once.getInputStream in interface InputStreamFacadejava.io.IOException