Provided by: libzipios++-dev_0.1.5.9+cvs.2007.04.28-5.2ubuntu0.16.04.1_amd64 bug

NAME

       zipios::DataDescriptor - 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.

SYNOPSIS

       #include <ziphead.h>

   Public Attributes
       uint32 crc_32
       uint32 compress_size
       uint32 uncompress_size

Detailed Description

       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.

       Definition at line 93 of file ziphead.h.

Author

       Generated automatically by Doxygen for Zipios++ from the source code.