|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.util.io.URLInputStreamFacade
public class URLInputStreamFacade
Implementation of InputStreamFacade for URL's.
| Constructor Summary | |
|---|---|
URLInputStreamFacade(java.net.URL url)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
Retrieves the actual InputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLInputStreamFacade(java.net.URL url)
| Method Detail |
|---|
public java.io.InputStream getInputStream()
throws java.io.IOException
InputStreamFacadeInputStream. The caller must assume,
that this method may be invoked only once.
getInputStream in interface InputStreamFacadejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||