big endian fix
This commit is contained in:
parent
f98e4b323c
commit
1fb7d52842
4 changed files with 73 additions and 37 deletions
|
|
@ -13,7 +13,10 @@ public:
|
|||
void write(unsigned char value) override;
|
||||
|
||||
private:
|
||||
void ensureFileOpen();
|
||||
std::fstream fileStream;
|
||||
std::string filename;
|
||||
bool fileCreated;
|
||||
};
|
||||
|
||||
#endif // FILE_DEVICE_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue