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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
LocalFileHeader byte[]

Méthodes publiques

Méthode Description
IsFileHeader ( byte byteArray, int index ) : bool

Check the input data is a local file header.

Private Methods

Méthode Description
ZipHeader ( ) : System

Prevents a default instance of the ZipHeader class from being created

Method Details

IsFileHeader() public static méthode

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.
Résultat bool

Property Details

LocalFileHeader public_oe static_oe property

The file header in zip.
public static byte[] LocalFileHeader
Résultat byte[]