#include <RageFileDriverZip.h>
Inheritance diagram for RageFileDriverZip:
Public Member Functions | |
RageFileDriverZip (CString path) | |
virtual | ~RageFileDriverZip () |
RageFileBasic * | Open (const CString &path, int mode, int &err) |
void | FlushDirCache (const CString &sPath) |
Private Member Functions | |
void | ParseZipfile () |
Static Private Member Functions | |
void | ReadEndCentralRecord (RageFile &zip, end_central_dir_record &ec) |
int | ProcessCdirFileHdr (RageFile &zip, FileInfo &info) |
Private Attributes | |
RageFile | zip |
vector< FileInfo * > | Files |
|
|
|
|
|
Reimplemented from RageFileDriver. |
|
Implements RageFileDriver. |
|
|
|
|
|
|
|
|
|
|