public interface ResourceEnvironment
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale()
Get locale.
|
InputStream |
openResource(String resourceName)
Provides read access to a resource stream such as a file.
|
InputStream openResource(String resourceName) throws IOException
resourceName - IOExceptionLocale getLocale()
This documentation is licensed by Andrew Bowley under the GPLv3 License.