Method | Description | |
---|---|---|
AnalyzeChunking ( |
This method is used to analyze the chunk for the RDC analysis chunk method.
|
|
Chunking ( ) : List |
This method is used to chunk the file data.
|
|
RDCAnalysisChunking ( byte fileContent ) : System |
Initializes a new instance of the RDCAnalysisChunking class
|
Method | Description | |
---|---|---|
GetChunk ( uint chunkStart, uint chunkEnd ) : |
Get a chunk with the input bytes.
|
|
GetHashValues ( ) : uint[] |
Compute the hash value with the file content.
|
|
GetShiftAmount ( int hashWindowSize ) : int |
Get the shift amount value.
|
public AnalyzeChunking ( |
||
rootNode | Specify the root node object which is needed to be analyzed. | |
site | TestTools | Specify the ITestSite instance. |
return | void |
public RDCAnalysisChunking ( byte fileContent ) : System | ||
fileContent | byte | The content of the file. |
return | System |