C# 클래스 Encog.Util.DirectoryUtil

Directory utilities.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
CopyFile ( String source, String target ) : void

Copy the specified file.

ReadStream ( Stream istream ) : String

Read the entire contents of a stream into a string.

ReadTextFile ( String filename ) : String

Read the entire contents of a stream into a string.

메소드 상세

CopyFile() 공개 정적인 메소드

Copy the specified file.
public static CopyFile ( String source, String target ) : void
source String The file to copy.
target String The target of the copy.
리턴 void

ReadStream() 공개 정적인 메소드

Read the entire contents of a stream into a string.
public static ReadStream ( Stream istream ) : String
istream Stream The input stream to read from.
리턴 String

ReadTextFile() 공개 정적인 메소드

Read the entire contents of a stream into a string.
public static ReadTextFile ( String filename ) : String
filename String The input stream to read from.
리턴 String