BinaryReader(const std::string& fileName_) |
void | CheckEof() |
const std::string& | FileName() const |
uint32_t | Pos() const |
bool | ReadBool() |
uint8_t | ReadByte() |
char | ReadChar() |
double | ReadDouble() |
float | ReadFloat() |
int32_t | ReadInt() |
int64_t | ReadLong() |
int8_t | ReadSByte() |
int32_t | ReadSLEB128Int() |
int64_t | ReadSLEB128Long() |
int16_t | ReadShort() |
char32_t | ReadUChar() |
uint32_t | ReadUInt() |
uint32_t | ReadULEB128UInt() |
uint64_t | ReadULEB128ULong() |
uint64_t | ReadULong() |
uint16_t | ReadUShort() |
std::u16string | ReadUtf16String() |
std::u32string | ReadUtf32String() |
std::string | ReadUtf8String() |
void | ReadUuid(boost::uuids::uuid& uuid) |
char16_t | ReadWChar() |
void | Skip(uint32_t size) |
const uint8_t* | begin |
const uint8_t* | end |
MappedInputFile | file |
std::string | fileName |
uint32_t | pos |