Package org.codehaus.plexus.util.io
Class URLInputStreamFacade
java.lang.Object
org.codehaus.plexus.util.io.URLInputStreamFacade
- All Implemented Interfaces:
 InputStreamFacade
Implementation of 
InputStreamFacade for URL's.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe caller must assume, that this method may be invoked only once. 
- 
Constructor Details
- 
URLInputStreamFacade
 
 - 
 - 
Method Details
- 
getInputStream
Description copied from interface:InputStreamFacadeThe caller must assume, that this method may be invoked only once.- Specified by:
 getInputStreamin interfaceInputStreamFacade- Returns:
 - Retrieves the actual 
InputStream. - Throws:
 IOException- if io issue
 
 -