C# Class Encog.Engine.Util.ResourceLoader

Used to load data from resources.
显示文件 Open project: encog/encog-silverlight-core

Public Methods

Method Description
CreateStream ( String resource ) : Stream

Create a stream to read the resource.

LoadString ( String resource ) : String

Load a string.

Private Methods

Method Description
ResourceLoader ( ) : System

Private constructor.

Method Details

CreateStream() public static method

Create a stream to read the resource.
public static CreateStream ( String resource ) : Stream
resource String The resource to load.
return Stream

LoadString() public static method

Load a string.
public static LoadString ( String resource ) : String
resource String The resource to load.
return String