#include <zip_archive.hpp>
|
|
| zip_file_entry_header (const zip_file_entry_header &other) |
|
| zip_file_entry_header (zip_file_entry_header &&other) |
|
zip_file_entry_header & | operator= (const zip_file_entry_header &other) |
|
zip_file_entry_header & | operator= (zip_file_entry_header &&other) |
|
|
uint32_t | header_signature = 0 |
|
uint16_t | required_version = 0 |
|
uint16_t | flag = 0 |
|
uint16_t | compression_method = 0 |
|
uint16_t | last_modified_time = 0 |
|
uint16_t | last_modified_date = 0 |
|
uint32_t | crc32 = 0 |
|
uint32_t | compressed_size = 0 |
|
uint32_t | uncompressed_size = 0 |
|
std::string | filename |
|
std::vector< uint8_t > | extra_field |
Structure containing file entry header attributes.