Property | Type | Description | |
---|---|---|---|
LocalFileHeader | byte[] |
Method | Description | |
---|---|---|
IsFileHeader ( byte byteArray, int index ) : bool |
Check the input data is a local file header.
|
Method | Description | |
---|---|---|
ZipHeader ( ) : System |
Prevents a default instance of the ZipHeader class from being created
|
public static IsFileHeader ( byte byteArray, int index ) : bool | ||
byteArray | byte | The content of a file. |
index | int | The index where to start. |
return | bool |