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.InputStream
java.io.IOException
public int read(byte[] b, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
private java.io.IOException toIOException(java.lang.Throwable failure)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException