ScummVM API documentation
LastExpress::CVCRFile Class Reference

Public Member Functions

 CVCRFile (LastExpressEngine *engine)
 
bool open (const char *filename, int mode)
 
uint32 read (void *dstBuf, uint32 elementSize, uint32 elementCount, bool forceSimpleReadOnRle, bool checkSize)
 
uint32 write (void *srcBuf, uint32 elementSize, uint32 elementCount, bool forceSimpleReadOnRle)
 
uint32 readRLE (void *dstBuf, uint32 elementSize, uint32 elementCount)
 
uint32 writeRLE (void *srcBuf, uint32 elementSize, uint32 elementCount)
 
void writeToRLEBuffer (uint8 operation, uint8 flag)
 
uint32 flush ()
 
uint32 seek (int32 offset, int mode)
 
void close ()
 
int32 tell ()
 
bool fileIsOpen ()
 

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