protected static class AbstractBuiltResponse.InputStreamWrapper<T extends BuiltResponse> extends FilterInputStream
in| Constructor and Description |
|---|
InputStreamWrapper(InputStream in,
T response) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, reset, skippublic InputStreamWrapper(InputStream in, T response)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.