ScummVM API documentation
Grim::LuaFile Class Reference

Public Member Functions

void close ()
 
bool isOpen () const
 
uint32 read (void *buf, uint32 len)
 
uint32 write (const char *buf, uint32 len)
 
void seek (int32 pos, int whence=0)
 

Public Attributes

Common::String _name
 
Common::String _filename
 
Common::SeekableReadStream_in
 
Common::WriteStream_out
 
bool _stdin
 
bool _stdout
 
bool _stderr
 

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