ScummVM API documentation
MemFile Class Reference
Inheritance diagram for MemFile:
RawFile

Public Member Functions

 MemFile (const byte *data, uint32 size)
 
const char * data () const override
 
uint8 GetByte (size_t offset) const override
 
uint16 GetShort (size_t offset) const override
 
uint32 GetWord (size_t offset) const override
 
size_t size () const override
 
- Public Member Functions inherited from RawFile
bool IsValidOffset (uint32 ofs)
 
const char * begin () const
 
const char * end ()
 
uint32 GetBytes (size_t offset, uint32 nCount, void *pBuffer) const
 

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