Method | Description | |
---|---|---|
AnalyzeChunking ( |
This method is used to analyze the chunk for simple chunk.
|
|
Chunking ( ) : List |
This method is used to chunk the file data.
|
|
SimpleChunking ( byte fileContent ) : System |
Initializes a new instance of the SimpleChunking class
|
Method | Description | |
---|---|---|
GetSignature ( byte array ) : |
Get signature for the chunk.
|
public AnalyzeChunking ( |
||
rootNode | Specify the root node object which is needed to be analyzed. | |
site | ITestSite | Specify the ITestSite instance. |
return | void |
public SimpleChunking ( byte fileContent ) : System | ||
fileContent | byte | The content of the file. |
return | System |