Public Member Functions | |
void | open (const char *dataPath) |
void | close () |
void | readEntries () |
const PakEntry * | find (const char *name) |
void | loadData (const PakEntry *e, uint8 *buf, uint32 *size) |
Public Attributes | |
Common::File | _f |
PakEntry * | _entries = nullptr |
int | _entriesCount = 0 |
Static Public Attributes | |
static const char * | FILENAME |