C# 클래스 Bari.Core.Generic.StreamOperations

파일 보기 프로젝트 열기: vigoo/bari 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( Stream source, Stream target ) : void

Copies a stream to another one

메소드 상세

Copy() 공개 정적인 메소드

Copies a stream to another one
public static Copy ( Stream source, Stream target ) : void
source Stream Source stream
target Stream Target stream
리턴 void