C# 클래스 Encog.Util.File.ResourceLoader

Used to load data from resources.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
CreateStream ( String resource ) : Stream

Create a stream to read the resource.

LoadString ( String resource ) : String

Load a string.

비공개 메소드들

메소드 설명
ResourceLoader ( ) : System

Private constructor.

메소드 상세

CreateStream() 공개 정적인 메소드

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

LoadString() 공개 정적인 메소드

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