ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
unz_file_info64_s Struct Reference

#include <unzip.h>

Collaboration diagram for unz_file_info64_s:

Public Attributes

uLong version
 
uLong version_needed
 
uLong flag
 
uLong compression_method
 
uLong dosDate
 
uLong crc
 
ZPOS64_T compressed_size
 
ZPOS64_T uncompressed_size
 
uLong size_filename
 
uLong size_file_extra
 
uLong size_file_comment
 
uLong disk_num_start
 
uLong internal_fa
 
uLong external_fa
 
tm_unz tmu_date
 

Detailed Description

Definition at line 120 of file unzip.h.

Member Data Documentation

◆ compressed_size

ZPOS64_T unz_file_info64_s::compressed_size

◆ compression_method

uLong unz_file_info64_s::compression_method

◆ crc

uLong unz_file_info64_s::crc

◆ disk_num_start

uLong unz_file_info64_s::disk_num_start

Definition at line 133 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo().

◆ dosDate

uLong unz_file_info64_s::dosDate

Definition at line 125 of file unzip.h.

◆ external_fa

uLong unz_file_info64_s::external_fa

Definition at line 135 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo().

◆ flag

uLong unz_file_info64_s::flag

Definition at line 123 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo(), and unzOpenCurrentFile3().

◆ internal_fa

uLong unz_file_info64_s::internal_fa

Definition at line 134 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo().

◆ size_file_comment

uLong unz_file_info64_s::size_file_comment

Definition at line 131 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo(), and unzGoToNextFile().

◆ size_file_extra

uLong unz_file_info64_s::size_file_extra

Definition at line 130 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo(), and unzGoToNextFile().

◆ size_filename

uLong unz_file_info64_s::size_filename

◆ tmu_date

tm_unz unz_file_info64_s::tmu_date

Definition at line 137 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo().

◆ uncompressed_size

ZPOS64_T unz_file_info64_s::uncompressed_size

◆ version

uLong unz_file_info64_s::version

Definition at line 121 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo().

◆ version_needed

uLong unz_file_info64_s::version_needed

Definition at line 122 of file unzip.h.

Referenced by QuaZip::getCurrentFileInfo().


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