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 available.
|
InputStream getResource(String name)
name - resource nameboolean isAvailable(String name)
name - resource nameCopyright © 2014–2025 Onix Solutions. All rights reserved.