CACAO
Data Structures | Macros
zip.hpp File Reference

Go to the source code of this file.

Data Structures

struct  lfh
 
struct  ZipFileEntry
 
class  ZipFile
 

Macros

#define LFH_HEADER_SIZE   30
 
#define LFH_SIGNATURE   0x04034b50
 
#define LFH_FILE_NAME_LENGTH   26
 
#define LFH_EXTRA_FIELD_LENGTH   28
 

Macro Definition Documentation

#define LFH_EXTRA_FIELD_LENGTH   28

Definition at line 65 of file zip.hpp.

#define LFH_FILE_NAME_LENGTH   26

Definition at line 64 of file zip.hpp.

#define LFH_HEADER_SIZE   30

Definition at line 61 of file zip.hpp.

#define LFH_SIGNATURE   0x04034b50

Definition at line 63 of file zip.hpp.