C# Class Microsoft.Protocols.TestSuites.SharedAdapter.SimpleChunking

This class is used to process simple chunking.
Inheritance: AbstractChunking
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
AnalyzeChunking ( RootNodeObject rootNode, ITestSite site ) : void

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

Private Methods

Method Description
GetSignature ( byte array ) : SignatureObject

Get signature for the chunk.

Method Details

AnalyzeChunking() public method

This method is used to analyze the chunk for simple chunk.
public AnalyzeChunking ( RootNodeObject rootNode, ITestSite site ) : void
rootNode RootNodeObject Specify the root node object which is needed to be analyzed.
site ITestSite Specify the ITestSite instance.
return void

Chunking() public method

This method is used to chunk the file data.
public Chunking ( ) : List
return List

SimpleChunking() public method

Initializes a new instance of the SimpleChunking class
public SimpleChunking ( byte fileContent ) : System
fileContent byte The content of the file.
return System