Method | Description | |
---|---|---|
AnalyzeChunking ( |
This method is used to analyze the chunk.
|
|
Chunking ( ) : List |
This method is used to chunk the file data.
|
Method | Description | |
---|---|---|
AbstractChunking ( byte fileContent ) : System.Collections.Generic |
Initializes a new instance of the AbstractChunking class.
|
protected AbstractChunking ( byte fileContent ) : System.Collections.Generic | ||
fileContent | byte | The content of the file. |
return | System.Collections.Generic |
public abstract AnalyzeChunking ( |
||
rootNode | Specify the root node object which is needed to be analyzed. | |
site | ITestSite | Specify the ITestSite instance. |
return | void |