|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.rdfcontext.urlresolvers.DefaultURLResolver
Resolves a URI to an InputStream. Default implementation of URLResolver. It uses URL.openStream().
| Constructor Summary | |
DefaultURLResolver()
|
|
| Method Summary | |
java.io.InputStream |
url2stream(java.net.URL url)
Gets an input stream to retrive the content identified by the given URL |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultURLResolver()
| Method Detail |
public java.io.InputStream url2stream(java.net.URL url)
throws java.io.IOException
url2stream in interface IURLResolverjava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||