C# Class Encog.Engine.Util.ResourceLoader

Used to load data from resources.
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CreateStream ( String resource ) : Stream

Create a stream to read the resource.

LoadString ( String resource ) : String

Load a string.

Private Methods

Méthode Description
ResourceLoader ( ) : System

Private constructor.

Method Details

CreateStream() public static méthode

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

LoadString() public static méthode

Load a string.
public static LoadString ( String resource ) : String
resource String The resource to load.
Résultat String