Loads a binary resource file for the specified class.
public static IDataStream getResource( Class src, String name )
src
The class to load the resource for.
name
The name of the resource to be loaded.
Returns an IDataStream object that contains the specified resource.
This method does not load a resource property file, but rather a stand-alone binary file that is a resource for the specified class.