private class InputStreamResponseListener.Input
extends java.io.InputStream
| Modifier | Constructor and Description |
|---|---|
private |
Input() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int offset,
int length) |
private java.io.IOException |
toIOException(java.lang.Throwable failure) |
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionprivate java.io.IOException toIOException(java.lang.Throwable failure)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOException