public interface ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
InputStream |
fetchResource(String resourceName)
Returns an input stream for reading the specified resource.
|
@Nullable InputStream fetchResource(String resourceName)
resourceName - the resource to try to fetchCopyright © 2017. All rights reserved.