Classes | |
struct | File |
Public Member Functions | |
void | open (Common::SeekableReadStream *rs, const Common::Path &packName) |
uint8 * | getFileData (const Common::Path &fileName, uint32 *fileSize) |
Common::Path | getPackName () |
Common::SeekableReadStream * | createReadStream (const Common::Path &fileName) |
void | close () |
Protected Attributes | |
Common::Path | _packName |
uint32 | _numFiles |
Common::Array< File > | _files |