IResourceLoader Interface

IResourceLoader Interface

This Package | All Packages

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.

Methods

IResourceLoader.getResource

Syntax
public IDataStream getResource( String resource );
Parameters
resource
The resource to retrieve.
Return Value

Returns the IDataStream for the resource.

Description

Retrieves an IDataStream for the resource with the given name.