public class RawInputStreamFacade extends java.lang.Object implements InputStreamFacade
InputStreamFacade for raw input streams.| Modifier and Type | Field and Description |
|---|---|
(package private) java.io.InputStream |
stream |
| Constructor and Description |
|---|
RawInputStreamFacade(java.io.InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Retrieves the actual
InputStream. |
public java.io.InputStream getInputStream()
throws java.io.IOException
InputStreamFacadeInputStream. The caller must assume, that this method may be invoked only once.getInputStream in interface InputStreamFacadejava.io.IOException