public interface IResourceLoader
IResourceLoader represents a component that supports retrieving a resource from that component's namespace.
Methods
Name | Description |
---|---|
getResource(String resource) | Retrieves an IDataStream for the resource with the given name. |
Returns the IDataStream for the resource.
Retrieves an IDataStream for the resource with the given name.