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

This class specifies the base class for file chunking.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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