public class RawInputStreamFacade extends Object implements InputStreamFacade
InputStreamFacade for raw input streams.| Constructor and Description | 
|---|
| RawInputStreamFacade(InputStream stream) | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | getInputStream()Retrieves the actual  InputStream. | 
public RawInputStreamFacade(InputStream stream)
public InputStream getInputStream() throws IOException
InputStreamFacadeInputStream. The caller must assume, that this method may be invoked only once.getInputStream in interface InputStreamFacadeIOExceptionCopyright © 2001–2017 Codehaus Plexus. All rights reserved.