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, skip
public SelectResponseStream(InputStream inputStream)
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public Stats stats()