public interface ResourceLoader
Modifier and Type | Method and Description |
---|---|
InputStream |
getResource(String name)
Returns input stream for the resource specified by the name.
|
boolean |
isAvailable(String name)
Returns whether the resource specified by the name is avaiable.
|
InputStream getResource(String name)
name
- resource nameboolean isAvailable(String name)
name
- resource nameCopyright © 2005–2024 Onix Solutions. All rights reserved.