|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
org.opengts.util.HTMLTools.HttpBufferedInputStream
public static class HTMLTools.HttpBufferedInputStream
A BufferedInputStream class that retains a handle to the HttpURLConnection instance
| Field Summary |
|---|
| Fields inherited from class java.io.BufferedInputStream |
|---|
buf, count, marklimit, markpos, pos |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
HTMLTools.HttpBufferedInputStream(java.net.HttpURLConnection httpConnect)
|
|
| Method Summary | |
|---|---|
void |
close()
|
java.net.HttpURLConnection |
getHttpURLConnection()
|
| Methods inherited from class java.io.BufferedInputStream |
|---|
available, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLTools.HttpBufferedInputStream(java.net.HttpURLConnection httpConnect)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.net.HttpURLConnection getHttpURLConnection()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.BufferedInputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||