|
|
| PatchTree (Common::SeekableReadStream *stream, const Common::Path &name) |
| |
| bool | hasFile (const Common::Path &path) const override |
| |
|
| CifTree (Common::SeekableReadStream *stream, const Common::Path &name) |
| |
|
const CifInfo & | getCifInfo (const Common::Path &name) const |
| |
| int | listMembers (Common::ArchiveMemberList &list) const override |
| |
| const Common::ArchiveMemberPtr | getMember (const Common::Path &path) const override |
| |
| Common::SeekableReadStream * | createReadStreamForMember (const Common::Path &path) const override |
| |
|
Common::Path | getName () const |
| |
|
Common::SeekableReadStream * | createReadStreamRaw (const Common::Path &path) const |
| |
|
bool | sync (Common::Serializer &ser) |
| |
|
void | addInfo (const CifInfo &info) |
| |
|
uint | writeFileMapSize () const |
| |
|
uint32 | getDataOffset (uint i) const |
| |
|
void | setDataOffset (uint i, uint32 offset) |
| |
|
Common::Array< Common::Path > | getPathsForType (CifInfo::ResType type=CifInfo::kResTypeAny) const |
| |
| virtual bool | isPathDirectory (const Path &path) const |
| |
| virtual int | listMatchingMembers (ArchiveMemberList &list, const Path &pattern, bool matchPathComponents=false) const |
| |
| virtual SeekableReadStream * | createReadStreamForMemberAltStream (const Path &path, AltStreamType altStreamType) const |
| |
| virtual SeekableReadStream * | createReadStreamForMemberNext (const Path &path, const Archive *starting) const |
| |
| Common::Error | dumpArchive (const Path &destPath) |
| |
| virtual char | getPathSeparator () const |
| |
|
virtual bool | getChildren (const Common::Path &path, Common::Array< Common::String > &list, ListMode mode=kListDirectoriesOnly, bool hidden=true) const |
| |