C# Class UBCopy.AsyncUnbuffCopy

Exibir arquivo Open project: SQLServerIO/UBCopy Class Usage Examples

Public Properties

Property Type Description
Buffer1 byte[]
Buffer2 byte[]
Buffer3 byte[]
CopyBufferSize int

Public Methods

Method Description
AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int bytessecond ) : int
GetMD5HashFromOutputFile ( ) : void

Private Methods

Method Description
AsyncReadFile ( ) : void
AsyncWriteFile ( ) : void

Method Details

AsyncCopyFileUnbuffered() public method

public AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int bytessecond ) : int
inputfile string
outputfile string
overwrite bool
movefile bool
checksum bool
buffersize int
reportprogress bool
bytessecond int
return int

GetMD5HashFromOutputFile() public method

public GetMD5HashFromOutputFile ( ) : void
return void

Property Details

Buffer1 public_oe property

public byte[] Buffer1
return byte[]

Buffer2 public_oe property

public byte[] Buffer2
return byte[]

Buffer3 public_oe property

public byte[] Buffer3
return byte[]

CopyBufferSize public_oe property

public int CopyBufferSize
return int