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

This class specifies the base class for file chunking.
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.

Chunking ( ) : List

This method is used to chunk the file data.

Protected Methods

Method Description
AbstractChunking ( byte fileContent ) : System.Collections.Generic

Initializes a new instance of the AbstractChunking class.

Method Details

AbstractChunking() protected method

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

AnalyzeChunking() public abstract method

This method is used to analyze the chunk.
public abstract 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 abstract method

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