InputStreamFacadepublic class RawInputStreamFacade extends java.lang.Object implements InputStreamFacade
InputStreamFacade for raw input streams.| Constructor | Description |
|---|---|
RawInputStreamFacade(java.io.InputStream stream) |
| Modifier and Type | Method | 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