C# Class GobiLoader.Util.StreamBlockTransfer

Transfers data from one stream to another in atomic blocks of a specified size for the total length of data specified
显示文件 Open project: joshperry/stuff Class Usage Examples

Public Methods

Method Description
StreamBlockTransfer ( Stream from, Stream to, int blocksize, int length ) : System
Transfer ( ) : void

Method Details

StreamBlockTransfer() public method

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

Transfer() public method

public Transfer ( ) : void
return void