C# Class BExplorer.Shell.AsyncUnbuffCopy

Show file Open project: Gainedge/BetterExplorer 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
GetMD5HashFromInputFile ( ) : void
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
inputfile string
outputfile string
overwrite bool
movefile bool
checksum bool
buffersize int
reportprogress bool
return int

GetMD5HashFromInputFile() public method

public GetMD5HashFromInputFile ( ) : void
return void

GetMD5HashFromOutputFile() public method

public GetMD5HashFromOutputFile ( ) : void
return void

Property Details

Buffer1 public static property

public static byte[] Buffer1
return byte[]

Buffer2 public static property

public static byte[] Buffer2
return byte[]

Buffer3 public static property

public static byte[] Buffer3
return byte[]

CopyBufferSize public static property

public static int CopyBufferSize
return int