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
FileHeader Struct Reference
+ Collaboration diagram for FileHeader:

Public Attributes

CentralFileHeader h
 
QByteArray file_name
 
QByteArray extra_field
 
QByteArray file_comment
 

Detailed Description

Definition at line 373 of file qzip.cpp.

Member Data Documentation

◆ extra_field

QByteArray FileHeader::extra_field

Definition at line 377 of file qzip.cpp.

◆ file_comment

QByteArray FileHeader::file_comment

Definition at line 378 of file qzip.cpp.

◆ file_name

QByteArray FileHeader::file_name

Definition at line 376 of file qzip.cpp.

Referenced by QZipReader::fileData().

◆ h

CentralFileHeader FileHeader::h

Definition at line 375 of file qzip.cpp.


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