Etterna 0.74.4
|
Convenience wrappers for reading binary files. More...
Functions | |
void | ReadBytes (RageFileBasic &f, void *buf, int size, std::string &sError) |
void | SkipBytes (RageFileBasic &f, int size, std::string &sError) |
void | Seek (RageFileBasic &f, int iOffset, std::string &sError) |
std::string | ReadString (RageFileBasic &f, int size, std::string &sError) |
uint8_t | read_8 (RageFileBasic &f, std::string &sError) |
int16_t | read_16_le (RageFileBasic &f, std::string &sError) |
uint16_t | read_u16_le (RageFileBasic &f, std::string &sError) |
int32_t | read_32_le (RageFileBasic &f, std::string &sError) |
uint32_t | read_u32_le (RageFileBasic &f, std::string &sError) |
Convenience wrappers for reading binary files.