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

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

Chunking ( ) : List

This method is used to chunk the file data.

Méthodes protégées

Méthode Description
AbstractChunking ( byte fileContent ) : System.Collections.Generic

Initializes a new instance of the AbstractChunking class.

Method Details

AbstractChunking() protected méthode

Initializes a new instance of the AbstractChunking class.
protected AbstractChunking ( byte fileContent ) : System.Collections.Generic
fileContent byte The content of the file.
Résultat System.Collections.Generic

AnalyzeChunking() public abstract méthode

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

Chunking() public abstract méthode

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