|
bool | openStream (Common::SeekableReadStream *stream, uint32 startOffset=0) override |
|
Common::SeekableReadStreamEndian * | getFirstResource (uint32 tag) override |
|
virtual Common::SeekableReadStreamEndian * | getFirstResource (uint32 tag, bool fileEndianness) |
|
Common::SeekableReadStreamEndian * | getFirstResource (uint32 tag, uint16 parentId) override |
|
Common::SeekableReadStreamEndian * | getResource (uint32 tag, uint16 id) override |
|
virtual Common::SeekableReadStreamEndian * | getResource (uint32 tag, uint16 id, bool fileEndianness) |
|
Resource | getResourceDetail (uint32 tag, uint16 id) override |
|
Common::String | formatArchiveInfo () override |
|
virtual bool | openFile (const Common::Path &path) |
|
virtual void | close () |
|
Common::Path | getPathName () const |
|
Common::String | getFileName () const |
|
void | setPathName (const Common::Path &name) |
|
virtual uint32 | getFileSize () |
|
bool | isOpen () const |
|
bool | hasResource (uint32 tag, int id) const |
|
bool | hasResource (uint32 tag, const Common::String &resName) const |
|
uint32 | getOffset (uint32 tag, uint16 id) const |
|
uint16 | findResourceID (uint32 tag, const Common::String &resName, bool ignoreCase=false) const |
|
Common::String | getName (uint32 tag, uint16 id) const |
|
Common::SeekableReadStreamEndian * | getMovieResourceIfPresent (uint32 tag) |
|
Common::Array< uint32 > | getResourceTypeList () const |
|
Common::Array< uint16 > | getResourceIDList (uint32 type) const |
|
void | listUnaccessedChunks () |
|