|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.core.resources.model.impl.URLContentSource
public class URLContentSource
| Constructor Summary | |
|---|---|
URLContentSource(java.net.URL url)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the input stream returned previously by IContentSource.open()
If no input stream was opened does nothing |
java.io.InputStream |
open()
Open an input stream to read the content |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLContentSource(java.net.URL url)
| Method Detail |
|---|
public java.io.InputStream open()
throws java.io.IOException
IContentSource
open in interface IContentSourcejava.io.IOException - if an error occurspublic void close()
IContentSourceIContentSource.open()
If no input stream was opened does nothing
close in interface IContentSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||