C# 클래스 Hpdi.Vss2Git.StreamCopier

Copies the contents of one stream to another.
파일 보기 프로젝트 열기: abevoelker/vss2git

공개 메소드들

메소드 설명
Copy ( Stream inputStream, Stream outputStream ) : long
StreamCopier ( ) : System.IO
StreamCopier ( int bufferSize ) : System.IO

메소드 상세

Copy() 공개 메소드

public Copy ( Stream inputStream, Stream outputStream ) : long
inputStream System.IO.Stream
outputStream System.IO.Stream
리턴 long

StreamCopier() 공개 메소드

public StreamCopier ( ) : System.IO
리턴 System.IO

StreamCopier() 공개 메소드

public StreamCopier ( int bufferSize ) : System.IO
bufferSize int
리턴 System.IO