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, skip
public InputStreamWrapper(InputStream in, T response)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.