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