C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.SimpleChunking

This class is used to process simple chunking.
상속: AbstractChunking
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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