public class URLInputStreamFacade extends Object implements InputStreamFacade
InputStreamFacade for URL's.| Constructor and Description | 
|---|
| URLInputStreamFacade(URL url) | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | getInputStream()Retrieves the actual  InputStream. | 
public URLInputStreamFacade(URL url)
public InputStream getInputStream() throws IOException
InputStreamFacadeInputStream. The caller must assume, that this method may be invoked only once.getInputStream in interface InputStreamFacadeIOExceptionCopyright © 2001–2017 Codehaus Plexus. All rights reserved.