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

This class is used to process simple chunking.
Наследование: AbstractChunking
Показать файл Открыть проект Примеры использования класса

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

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

Приватные методы

Метод Описание
GetSignature ( byte array ) : SignatureObject

Get signature for the chunk.

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

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

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

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

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

SimpleChunking() публичный Метод

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