Package org.codehaus.plexus.util.io
Class RawInputStreamFacade
- java.lang.Object
-
- org.codehaus.plexus.util.io.RawInputStreamFacade
-
- All Implemented Interfaces:
InputStreamFacade
public class RawInputStreamFacade extends Object implements InputStreamFacade
Implementation ofInputStreamFacade
for raw input streams.
-
-
Constructor Summary
Constructors Constructor Description RawInputStreamFacade(InputStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getInputStream()
The caller must assume, that this method may be invoked only once.
-
-
-
Constructor Detail
-
RawInputStreamFacade
public RawInputStreamFacade(InputStream stream)
-
-
Method Detail
-
getInputStream
public InputStream getInputStream() throws IOException
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
-
-