public class JdkInputStreamWrapper extends java.io.InputStream
JdkInputStreamWrapper(java.net.HttpURLConnection http, java.io.InputStream in)
void
close()
int
read()
available, mark, markSupported, read, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JdkInputStreamWrapper(java.net.HttpURLConnection http, java.io.InputStream in)
public int read() throws java.io.IOException
read
java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
java.io.Closeable
java.lang.AutoCloseable