Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
DataDescriptor Struct Reference
+ Collaboration diagram for DataDescriptor:

Public Attributes

uchar crc_32 [4]
 
uchar compressed_size [4]
 
uchar uncompressed_size [4]
 

Detailed Description

Definition at line 331 of file qzip.cpp.

Member Data Documentation

◆ compressed_size

uchar DataDescriptor::compressed_size[4]

Definition at line 334 of file qzip.cpp.

◆ crc_32

uchar DataDescriptor::crc_32[4]

Definition at line 333 of file qzip.cpp.

◆ uncompressed_size

uchar DataDescriptor::uncompressed_size[4]

Definition at line 335 of file qzip.cpp.


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