|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceLoader
Title: ResourceLoader
Description: An interface which provides methods to load resources.
Method Summary | |
---|---|
byte[] |
loadResource(String location)
Loads a binary resource. |
boolean |
resourceExists(String location)
Checks whether or not the desired resource exists. |
Method Detail |
---|
byte[] loadResource(String location) throws IOException
location
- The location of the resource.
IOException
- In case the loading of the resource failed.boolean resourceExists(String location)
location
- The location of the resource.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |