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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe caller must assume, that this method may be invoked only once.
- 
Constructor Details- 
URLInputStreamFacade
 
- 
- 
Method Details- 
getInputStreamDescription copied from interface:InputStreamFacadeThe caller must assume, that this method may be invoked only once.- Specified by:
- getInputStreamin interface- InputStreamFacade
- Returns:
- Retrieves the actual InputStream.
- Throws:
- IOException- if io issue
 
 
-