IResourceLoader.getResource

Overview | Methods | This Package | All Packages

IResourceLoader.getResource

Retrieves a data stream for the specified resource.

Syntax

public IDataStream getResource( String resource )

Parameters

resource

The name of the resource to be retrieved.

Return Value

Returns an IDataStream object that represents the data stream containing the resource.