Public Member Functions | |
| void | getArchiveInfo (Common::Array< ArchiveInfo > &info) const |
| bool | openArchive (Common::String name, bool base) |
| bool | closeArchive (bool base) |
| bool | hasFile (const Common::String &name) |
| int32 | fileSize (const Common::String &name) |
| Common::SeekableReadStream * | getFile (const Common::String &name) |
| byte * | getFile (const Common::String &name, int32 &size) |
Static Public Member Functions | |
| static byte * | unpack (const byte *src, uint32 srcSize, int32 &size, uint8 compression=1) |
| static Common::SeekableReadStream * | unpack (Common::SeekableReadStream &src, uint8 compression=1) |