Метод | Описание | |
---|---|---|
CreateRollingSignature ( byte byteBlock, int length ) : |
||
CreateSignatureForLocalFile ( string localFilePath ) : |
||
DoesFileExist ( string localFilePath ) : bool | ||
GetFileSize ( string localFilePath ) : long | ||
SearchLocalFileForSignatures ( string localFilePath, |
Метод | Описание | |
---|---|---|
CommonOps ( ) : System | ||
CreateMD5Signature ( byte byteBlock, int length ) : byte[] | ||
CreateSignatureFromNewAndReusedBlocks ( List |
Existing blocks + sigs are in searchResults new
|
|
GenerateBlockDict ( |
||
GenerateBlockDict ( |
||
GenerateBlockSig ( byte buffer, long offset, int blockSize, uint id ) : |
||
RollSignature ( int length, byte previousByte, byte nextByte, |
||
SearchLocalFileForSignaturesBasedOnSize ( |
public static CreateRollingSignature ( byte byteBlock, int length ) : |
||
byteBlock | byte | |
length | int | |
Результат |
public static CreateSignatureForLocalFile ( string localFilePath ) : |
||
localFilePath | string | |
Результат |
public static DoesFileExist ( string localFilePath ) : bool | ||
localFilePath | string | |
Результат | bool |
public static GetFileSize ( string localFilePath ) : long | ||
localFilePath | string | |
Результат | long |
public static SearchLocalFileForSignatures ( string localFilePath, |
||
localFilePath | string | |
sig | ||
Результат |