|
| Resource (KyraEngine_v1 *vm) |
|
bool | reset () |
|
bool | loadPakFile (const Common::Path &filename) |
|
bool | loadPakFile (const Common::String &name, Common::ArchiveMemberPtr file) |
|
void | unloadPakFile (const Common::String &name, bool remFromCache=false) |
|
void | unloadPakFile (const char *name, bool remFromCache=false) |
|
void | unloadPakFile (const Common::Path &name, bool remFromCache=false) |
|
bool | isInPakList (const Common::String &name) |
|
bool | isInCacheList (const Common::String &name) |
|
bool | loadFileList (const Common::Path &filedata) |
|
bool | loadFileList (const char *const *filelist, uint32 numFiles) |
|
void | unloadAllPakFiles () |
|
void | listFiles (const Common::Path &pattern, Common::ArchiveMemberList &list) |
|
bool | exists (const Common::Path &file, bool errorOutOnFail=false) |
|
uint32 | getFileSize (const Common::Path &file) |
|
uint8 * | fileData (const Common::Path &file, uint32 *size) |
|
Common::SeekableReadStream * | createReadStream (const Common::Path &file) |
|
Common::SeekableReadStreamEndian * | createEndianAwareReadStream (const Common::Path &file, int endianness=kPlatformEndianness) |
|
bool | loadFileToBuf (const Common::Path &file, void *buf, uint32 maxSize) |
|
Common::Archive * | getCachedArchive (const Common::String &file) const |
|