C# 클래스 UBCopy.AsyncUnbuffCopy

파일 보기 프로젝트 열기: SQLServerIO/UBCopy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

AsyncCopyFileUnbuffered() 공개 메소드

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
리턴 int

GetMD5HashFromOutputFile() 공개 메소드

public GetMD5HashFromOutputFile ( ) : void
리턴 void

프로퍼티 상세

Buffer1 공개적으로 프로퍼티

public byte[] Buffer1
리턴 byte[]

Buffer2 공개적으로 프로퍼티

public byte[] Buffer2
리턴 byte[]

Buffer3 공개적으로 프로퍼티

public byte[] Buffer3
리턴 byte[]

CopyBufferSize 공개적으로 프로퍼티

public int CopyBufferSize
리턴 int