C# 클래스 Aliyun.OSS.Util.IoUtils

파일 보기 프로젝트 열기: aliyun/aliyun-oss-csharp-sdk

공개 메소드들

메소드 설명
WriteTo ( Stream orignStream, Stream destStream, long totalSize ) : long
WriteTo ( Stream src, Stream dest ) : void

메소드 상세

WriteTo() 공개 정적인 메소드

public static WriteTo ( Stream orignStream, Stream destStream, long totalSize ) : long
orignStream System.IO.Stream
destStream System.IO.Stream
totalSize long
리턴 long

WriteTo() 공개 정적인 메소드

public static WriteTo ( Stream src, Stream dest ) : void
src System.IO.Stream
dest System.IO.Stream
리턴 void