Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ZipManager.h File Reference
#include <cstring>
#include <map>
#include <string>
#include <vector>

Classes

struct  SZipEntry
 
class  CZipManager
 

Macros

#define ZIP_LOCAL_HEADER   0x04034b50
 
#define ZIP_DATA_RECORD_HEADER   0x08074b50
 
#define ZIP_CENTRAL_HEADER   0x02014b50
 
#define ZIP_END_CENTRAL_HEADER   0x06054b50
 
#define ZIP_SPLIT_ARCHIVE_HEADER   0x30304b50
 
#define LHDR_SIZE   30
 
#define DREC_SIZE   16
 
#define CHDR_SIZE   46
 
#define ECDREC_SIZE   22
 

Variables

CZipManager g_ZipManager
 

Macro Definition Documentation

◆ CHDR_SIZE

#define CHDR_SIZE   46

◆ DREC_SIZE

#define DREC_SIZE   16

◆ ECDREC_SIZE

#define ECDREC_SIZE   22

◆ LHDR_SIZE

#define LHDR_SIZE   30

◆ ZIP_CENTRAL_HEADER

#define ZIP_CENTRAL_HEADER   0x02014b50

◆ ZIP_DATA_RECORD_HEADER

#define ZIP_DATA_RECORD_HEADER   0x08074b50

◆ ZIP_END_CENTRAL_HEADER

#define ZIP_END_CENTRAL_HEADER   0x06054b50

◆ ZIP_LOCAL_HEADER

#define ZIP_LOCAL_HEADER   0x04034b50

◆ ZIP_SPLIT_ARCHIVE_HEADER

#define ZIP_SPLIT_ARCHIVE_HEADER   0x30304b50

Variable Documentation

◆ g_ZipManager

CZipManager g_ZipManager
extern