|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResourceArchive
The IResourceArchive defines the access to resources which are available in archives.
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream(java.lang.String pResourceName)
Gets the stream for the given resource. |
java.net.URL |
getURL(java.lang.String pResourceName)
Gets the URL for the given resource. |
| Method Detail |
|---|
java.io.InputStream getInputStream(java.lang.String pResourceName)
pResourceName - the name of the resource, e.g. /package/<classname>.class
null if the resource was not foundjava.net.URL getURL(java.lang.String pResourceName)
pResourceName - the name of the resource, e.g. /package/<classname>.class
null if the resource was not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||