public class SelectResponseStream extends InputStream
| Constructor and Description |
|---|
SelectResponseStream(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read()
read single byte from payload.
|
Stats |
stats()
get progress stats.
|
available, mark, markSupported, read, read, reset, skippublic SelectResponseStream(InputStream inputStream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic Stats stats()