PolyVox  0.3.0-dev
Open source voxel management library
Public Attributes | List of all members
mz_zip_archive_file_stat Struct Reference
+ Collaboration diagram for mz_zip_archive_file_stat:

Public Attributes

mz_uint32 m_file_index
 
mz_uint32 m_central_dir_ofs
 
mz_uint16 m_version_made_by
 
mz_uint16 m_version_needed
 
mz_uint16 m_bit_flag
 
mz_uint16 m_method
 
time_t m_time
 
mz_uint32 m_crc32
 
mz_uint64 m_comp_size
 
mz_uint64 m_uncomp_size
 
mz_uint16 m_internal_attr
 
mz_uint32 m_external_attr
 
mz_uint64 m_local_header_ofs
 
mz_uint32 m_comment_size
 
char m_filename [MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE]
 
char m_comment [MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE]
 

Detailed Description

Definition at line 476 of file miniz.c.

Member Data Documentation

mz_uint16 mz_zip_archive_file_stat::m_bit_flag
mz_uint32 mz_zip_archive_file_stat::m_central_dir_ofs

Definition at line 479 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

char mz_zip_archive_file_stat::m_comment[MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE]

Definition at line 495 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

mz_uint32 mz_zip_archive_file_stat::m_comment_size

Definition at line 493 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

mz_uint64 mz_zip_archive_file_stat::m_comp_size
mz_uint32 mz_zip_archive_file_stat::m_crc32
mz_uint32 mz_zip_archive_file_stat::m_external_attr

Definition at line 491 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

mz_uint32 mz_zip_archive_file_stat::m_file_index

Definition at line 478 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

char mz_zip_archive_file_stat::m_filename[MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE]

Definition at line 494 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

mz_uint16 mz_zip_archive_file_stat::m_internal_attr

Definition at line 490 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

mz_uint64 mz_zip_archive_file_stat::m_local_header_ofs
mz_uint16 mz_zip_archive_file_stat::m_method
time_t mz_zip_archive_file_stat::m_time

Definition at line 485 of file miniz.c.

Referenced by mz_zip_reader_extract_to_file(), and mz_zip_reader_file_stat().

mz_uint64 mz_zip_archive_file_stat::m_uncomp_size
mz_uint16 mz_zip_archive_file_stat::m_version_made_by

Definition at line 480 of file miniz.c.

Referenced by mz_zip_reader_file_stat().

mz_uint16 mz_zip_archive_file_stat::m_version_needed

Definition at line 481 of file miniz.c.

Referenced by mz_zip_reader_file_stat().


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