|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.io.StreamInputReader
com.bbn.openmap.io.URLInputReader
public class URLInputReader
An InputReader to handle files at a URL.
| Field Summary | |
|---|---|
protected java.net.URL |
inputURL
Where to go to hook up with a resource. |
| Fields inherited from class com.bbn.openmap.io.StreamInputReader |
|---|
inputStream, inputStreamCount, name |
| Constructor Summary | |
|---|---|
URLInputReader(java.net.URL url)
Construct a URLInputReader from a URL. |
|
| Method Summary | |
|---|---|
void |
reopen()
Reset the InputStream to the beginning, by closing the current connection and reopening it. |
| Methods inherited from class com.bbn.openmap.io.StreamInputReader |
|---|
available, close, count, getFilePointer, getName, length, read, read, read, readBytes, seek, skipBytes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.net.URL inputURL
| Constructor Detail |
|---|
public URLInputReader(java.net.URL url)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void reopen()
throws java.io.IOException
reopen in class StreamInputReaderjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||