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()
The caller must assume, that this method may be invoked only once.
|
public RawInputStreamFacade(InputStream stream)
public InputStream getInputStream() throws IOException
InputStreamFacade
getInputStream
in interface InputStreamFacade
InputStream
.IOException
- if io issueCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.