C# 클래스 Deveel.Data.Util.StreamExtensions

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
CopyTo ( this source, Stream destination ) : void
CopyTo ( this source, Stream destination, int bufferSize ) : void

메소드 상세

CopyTo() 공개 정적인 메소드

public static CopyTo ( this source, Stream destination ) : void
source this
destination Stream
리턴 void

CopyTo() 공개 정적인 메소드

public static CopyTo ( this source, Stream destination, int bufferSize ) : void
source this
destination Stream
bufferSize int
리턴 void