ScummVM API documentation
DreamWeb::RNCAArchive Class Reference
Inheritance diagram for DreamWeb::RNCAArchive:
Common::MemcachingCaseInsensitiveArchive Common::Archive

Public Member Functions

bool hasFile (const Common::Path &path) const override
 
int listMembers (Common::ArchiveMemberList &) const override
 
const Common::ArchiveMemberPtr getMember (const Common::Path &path) const override
 
Common::SharedArchiveContents readContentsForPath (const Common::Path &translated) const override
 
- Public Member Functions inherited from Common::MemcachingCaseInsensitiveArchive
 MemcachingCaseInsensitiveArchive (uint32 maxStronglyCachedSize=512)
 
SeekableReadStreamcreateReadStreamForMember (const Path &path) const
 
SeekableReadStreamcreateReadStreamForMemberAltStream (const Path &path, Common::AltStreamType altStreamType) const
 
virtual Path translatePath (const Path &path) const
 
virtual SharedArchiveContents readContentsForPathAltStream (const Path &translatedPath, AltStreamType altStreamType) const
 
- Public Member Functions inherited from Common::Archive
virtual bool isPathDirectory (const Path &path) const
 
virtual int listMatchingMembers (ArchiveMemberList &list, const Path &pattern, bool matchPathComponents=false) const
 
virtual SeekableReadStreamcreateReadStreamForMemberNext (const Path &path, const Archive *starting) const
 
Common::Error dumpArchive (const Path &destPath)
 
virtual char getPathSeparator () const
 

Static Public Member Functions

static RNCAArchiveopen (Common::SeekableReadStream *stream, DisposeAfterUse::Flag dispose=DisposeAfterUse::NO)
 

Member Function Documentation

◆ hasFile()

bool DreamWeb::RNCAArchive::hasFile ( const Common::Path path) const
overridevirtual

Check if a member with the given name is present in the Archive. Patterns are not allowed, as this is meant to be a quick File::exists() replacement. This returns "true" for both files and directories.

Implements Common::Archive.

◆ listMembers()

int DreamWeb::RNCAArchive::listMembers ( Common::ArchiveMemberList list) const
overridevirtual

Add all members of the Archive to the list. Must only append to list, and not remove elements from it.

Returns
The number of names added to list.

Implements Common::Archive.

◆ getMember()

const Common::ArchiveMemberPtr DreamWeb::RNCAArchive::getMember ( const Common::Path path) const
overridevirtual

Return an ArchiveMember representation of the given file.

Implements Common::Archive.


The documentation for this class was generated from the following file: