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

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LocalFileHeader byte[]

공개 메소드들

메소드 설명
IsFileHeader ( byte byteArray, int index ) : bool

Check the input data is a local file header.

비공개 메소드들

메소드 설명
ZipHeader ( ) : System

Prevents a default instance of the ZipHeader class from being created

메소드 상세

IsFileHeader() 공개 정적인 메소드

Check the input data is a local file header.
public static IsFileHeader ( byte byteArray, int index ) : bool
byteArray byte The content of a file.
index int The index where to start.
리턴 bool

프로퍼티 상세

LocalFileHeader 공개적으로 정적으로 프로퍼티

The file header in zip.
public static byte[] LocalFileHeader
리턴 byte[]