C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.AbstractChunking

This class specifies the base class for file chunking.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
AbstractChunking ( byte fileContent ) : System.Collections.Generic

Initializes a new instance of the AbstractChunking class.

Описание методов

AbstractChunking() защищенный Метод

Initializes a new instance of the AbstractChunking class.
protected AbstractChunking ( byte fileContent ) : System.Collections.Generic
fileContent byte The content of the file.
Результат System.Collections.Generic

AnalyzeChunking() публичный абстрактный Метод

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.
Результат void

Chunking() публичный абстрактный Метод

This method is used to chunk the file data.
public abstract Chunking ( ) : List
Результат List