C# 클래스 GobiLoader.Util.StreamBlockTransfer

Transfers data from one stream to another in atomic blocks of a specified size for the total length of data specified
파일 보기 프로젝트 열기: joshperry/stuff 1 사용 예제들

공개 메소드들

메소드 설명
StreamBlockTransfer ( Stream from, Stream to, int blocksize, int length ) : System
Transfer ( ) : void

메소드 상세

StreamBlockTransfer() 공개 메소드

public StreamBlockTransfer ( Stream from, Stream to, int blocksize, int length ) : System
from Stream
to Stream
blocksize int
length int
리턴 System

Transfer() 공개 메소드

public Transfer ( ) : void
리턴 void