org.apache.ivy.util.url
private static final class HttpClientHandler.GETInputStream extends InputStream
| Method Summary | |
|---|---|
| int | available() |
| void | close() |
| boolean | equals(Object obj) |
| int | hashCode() |
| void | mark(int readlimit) |
| boolean | markSupported() |
| int | read() |
| int | read(byte[] b, int off, int len) |
| int | read(byte[] b) |
| void | reset() |
| long | skip(long n) |
| String | toString() |