|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IOTools.ResourceLocator
A ResourceLocator is used to assist in finding and opening
InputStream's and URL's for an application based
on the resources name. One or more ResourceLocator's can
be added to the VM-wide way that IOTools locates resources.
| Method Summary | |
|---|---|
InputStream |
getInputStreamForResource(String resourceLocation)
Returns an InputStream that gets its bytes from the specified resource. |
URL |
getUrlForResource(String resourceLocation)
Returns a URL that gets its bytes from the specified resource. |
| Method Detail |
|---|
InputStream getInputStreamForResource(String resourceLocation)
URL,
but it might be able to be returned as an InputStream).
resourceLocation - the name of the resource to find.
URL getUrlForResource(String resourceLocation)
URL,
but it might be able to be returned as an InputStream).
resourceLocation - the name of the resource to find.
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||