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