ScummVM API documentation
Gob::DataIO Class Reference

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::SeekableReadStreamgetFile (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::SeekableReadStreamunpack (Common::SeekableReadStream &src, uint8 compression=1)
 

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