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

This class is used to create instance of AbstractChunking.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateChunkingInstance ( RootNodeObject nodeObject ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

CreateChunkingInstance ( byte fileContent ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

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

Метод Описание
ChunkingFactory ( ) : System

Prevents a default instance of the ChunkingFactory class from being created

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

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

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( RootNodeObject nodeObject ) : AbstractChunking
nodeObject RootNodeObject Specify the root node object.
Результат AbstractChunking

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

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( byte fileContent ) : AbstractChunking
fileContent byte The content of the file.
Результат AbstractChunking

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

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : AbstractChunking
fileContent byte The content of the file.
chunkingMethod ChunkingMethod The type of chunking methods.
Результат AbstractChunking