logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zipios::DataDescriptor - A struct containing fields for the entries in a zip file data descriptor, that

Author

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

Zipios++                                         Tue Mar 24 2020                       zipios::DataDescriptor(3)

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.

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>

   PublicAttributes
       uint32 crc_32
       uint32 compress_size
       uint32 uncompress_size

See Also