ScummVM API documentation
Scumm::Editor::File Class Reference
Inheritance diagram for Scumm::Editor::File:
Common::NonCopyable

Public Member Functions

bool open (const Common::Path &path, byte encByte)
 
void close ()
 
const Common::PathgetPath () const
 
int64 pos () const
 
int64 size () const
 
bool seek (int64 offs, int whence=SEEK_SET)
 
uint32 read (void *dataPtr, uint32 dataSize)
 
byte readByte ()
 
uint16 readUint16LE ()
 
uint32 readUint32LE ()
 
uint16 readUint16BE ()
 
uint32 readUint32BE ()
 

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