C# Class Microsoft.Protocols.TestSuites.SharedAdapter.ZipHeader

Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
LocalFileHeader byte[]

Public Methods

Method Description
IsFileHeader ( byte byteArray, int index ) : bool

Check the input data is a local file header.

Private Methods

Method Description
ZipHeader ( ) : System

Prevents a default instance of the ZipHeader class from being created

Method Details

IsFileHeader() public static method

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.
return bool

Property Details

LocalFileHeader public_oe static_oe property

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