public class InputStreamWrapper extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
inputStream |
| Constructor and Description |
|---|
InputStreamWrapper(AbstractCommand command,
InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] buffer) |
available, mark, markSupported, read, reset, skipprotected InputStream inputStream
public InputStreamWrapper(AbstractCommand command, InputStream inputStream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2012-2017 42 BV. All Rights Reserved.