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

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

Méthodes publiques

Méthode 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

Méthode Description
GetSignature ( byte array ) : SignatureObject

Get signature for the chunk.

Method Details

AnalyzeChunking() public méthode

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.
Résultat void

Chunking() public méthode

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

SimpleChunking() public méthode

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