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

Public Member Functions

virtual size_t size () const =0
 
bool IsValidOffset (uint32 ofs)
 
const char * begin () const
 
const char * end ()
 
virtual const char * data () const =0
 
virtual uint8 GetByte (size_t offset) const =0
 
virtual uint16 GetShort (size_t offset) const =0
 
virtual uint32 GetWord (size_t offset) const =0
 
uint32 GetBytes (size_t offset, uint32 nCount, void *pBuffer) const
 

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