•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
A struct containing fields for the entries in a zip file data descriptor, that trails the compressed data in files that were created by streaming, ie where the zip compressor cannot seek back to the local header and store the data. More...
#include <ziphead.h>
Public Attributes | |
uint32 | compress_size |
uint32 | crc_32 |
uint32 | uncompress_size |
A struct containing fields for the entries in a zip file data descriptor, that trails the compressed data in files that were created by streaming, ie where the zip compressor cannot seek back to the local header and store the data.
uint32 zipios::DataDescriptor::compress_size |
uint32 zipios::DataDescriptor::crc_32 |
uint32 zipios::DataDescriptor::uncompress_size |