|
navit
0.5.3-trunk
|
ZIP local file header structure. More...
#include <zipfile.h>
Data Fields | |
| int | ziplocsig |
| local file header signature More... | |
| short | zipver |
| minimum zip spec version needed to extract More... | |
| short | zipgenfld |
| general purpose flags More... | |
| short | zipmthd |
| compression method More... | |
| short | ziptime |
| file modification time More... | |
| short | zipdate |
| file modification date More... | |
| int | zipcrc |
| CRC-32 checksum. More... | |
| unsigned int | zipsize |
| file size (after compression) More... | |
| unsigned int | zipuncmp |
| file size (uncompressed) More... | |
| unsigned short | zipfnln |
| file name length More... | |
| unsigned short | zipxtraln |
| extra filed length (unused?) More... | |
| char | zipname [0] |
| file name (length as given above) More... | |
ZIP local file header structure.
See the documentation of the ZIP format for the meaning of these fields.
| int zip_lfh::zipcrc |
CRC-32 checksum.
Referenced by download_finish(), lfh_to_cpu(), and write_zipmember().
| short zip_lfh::zipdate |
file modification date
Referenced by lfh_to_cpu().
| unsigned short zip_lfh::zipfnln |
file name length
Referenced by binfile_read_content(), download_finish(), lfh_to_cpu(), and zipfile_to_tile().
| short zip_lfh::zipgenfld |
general purpose flags
Referenced by lfh_to_cpu().
| int zip_lfh::ziplocsig |
local file header signature
Referenced by binfile_read_lfh(), and lfh_to_cpu().
| short zip_lfh::zipmthd |
compression method
Referenced by binfile_read_content(), lfh_to_cpu(), and write_zipmember().
| char zip_lfh::zipname[0] |
file name (length as given above)
| unsigned int zip_lfh::zipsize |
file size (after compression)
Referenced by binfile_read_content(), download_finish(), lfh_to_cpu(), and write_zipmember().
| short zip_lfh::ziptime |
file modification time
Referenced by lfh_to_cpu().
| unsigned int zip_lfh::zipuncmp |
file size (uncompressed)
Referenced by binfile_extract(), binfile_read_content(), download_finish(), lfh_to_cpu(), write_zipmember(), and zipfile_to_tile().
| short zip_lfh::zipver |
minimum zip spec version needed to extract
Referenced by lfh_to_cpu().
| unsigned short zip_lfh::zipxtraln |
extra filed length (unused?)
Referenced by binfile_read_content(), and lfh_to_cpu().