◆ exists()
bool M4::SysFile::exists |
( |
| ) |
|
Return true if the file exists
◆ size()
uint32 M4::SysFile::size |
( |
| ) |
|
◆ get_pos()
uint32 M4::SysFile::get_pos |
( |
| ) |
|
Gets the current position
◆ seek()
bool M4::SysFile::seek |
( |
uint32 |
pos | ) |
|
◆ seek_ahead()
bool M4::SysFile::seek_ahead |
( |
int32 |
amount | ) |
|
Seek ahaead by a given amount
◆ read()
uint32 M4::SysFile::read |
( |
MemHandle |
bufferHandle | ) |
|
◆ readByte()
byte M4::SysFile::readByte |
( |
| ) |
|
◆ readUint16LE()
uint16 M4::SysFile::readUint16LE |
( |
| ) |
|
◆ readUint32LE()
uint32 M4::SysFile::readUint32LE |
( |
| ) |
|
◆ close()
void M4::SysFile::close |
( |
| ) |
|
The documentation for this class was generated from the following file: