|
||||||||||
| 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 | |
|---|---|
InputStream |
getInputStream(String pResourceName)
Gets the stream for the given resource. |
URL |
getURL(String pResourceName)
Gets the URL for the given resource. |
| Method Detail |
|---|
InputStream getInputStream(String pResourceName)
pResourceName - the name of the resource, e.g. /package/<classname>.class
null if the resource was not foundURL getURL(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 | |||||||||