C# 클래스 Encog.Util.FileUtil

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

공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : int

Copy a stream from one

메소드 상세

CopyStream() 공개 정적인 메소드

Copy a stream from one
public static CopyStream ( Stream input, Stream output ) : int
input Stream
output Stream
리턴 int