|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Anim8orLoader.ResourceLoader
An interface encapsulating the resource access.
| Method Summary | |
|---|---|
Image |
openImage(String resourceName)
Opens the image using the resource loader specific method. |
InputStream |
openResource(String resourceName)
Opens the resource using the resource loader specific method. |
InputStream |
openResource(URL url)
Opens the URL using the resource loader specific method. |
| Method Detail |
|---|
InputStream openResource(String resourceName)
throws IOException
resourceName - the name of the resource to be opened
IOException - if the resource cannot be accessed
Image openImage(String resourceName)
throws IOException
resourceName - the name of the image resource to be opened
IOException - if the image resource cannot be accessed
InputStream openResource(URL url)
throws IOException
url - the URL of the resource to open.
IOException - if the resource cannot be accessed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||