C# 클래스 CmisSync.Lib.Streams.StreamConvenienceExtensions

파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
CopyTo ( this input, Stream output, int bufferSize, int bytes ) : void

메소드 상세

CopyTo() 공개 정적인 메소드

public static CopyTo ( this input, Stream output, int bufferSize, int bytes ) : void
input this
output Stream
bufferSize int
bytes int
리턴 void