프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BigFileLock | object | ||
Buffer1 | byte[] | ||
Buffer2 | byte[] | ||
Buffer3 | byte[] | ||
CopyBufferSize | int |
메소드 | 설명 | |
---|---|---|
AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int bytessecond ) : int | ||
GetMD5HashFromOutputFile ( ) : void |
메소드 | 설명 | |
---|---|---|
AsyncReadFile ( ) : void | ||
AsyncWriteFile ( ) : void | ||
Throttle ( long elapsedMilliseconds ) : void |
Throttles for the specified buffer by milliseconds
|
public static 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 | |
리턴 | int |