navit  0.5.3-trunk
zip_cd_ext Struct Reference

ZIP extra field structure. More...

#include <zipfile.h>

Data Fields

short tag
 extra field header ID More...
 
short size
 extra field data size More...
 
unsigned long long zipofst
 offset to start of local file header (only valid if the struct is for a ZIP64 extra field) More...
 

Detailed Description

ZIP extra field structure.

See the documentation of the ZIP format for the meaning of these fields.

Field Documentation

◆ size

short zip_cd_ext::size

extra field data size

Referenced by binfile_cd_ext().

◆ tag

short zip_cd_ext::tag

extra field header ID

Referenced by binfile_cd_ext().

◆ zipofst

unsigned long long zip_cd_ext::zipofst

offset to start of local file header (only valid if the struct is for a ZIP64 extra field)

Referenced by binfile_cd_offset(), and download_finish().


The documentation for this struct was generated from the following file: