mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
added fixed-length string writing
This commit is contained in:
@@ -44,9 +44,9 @@ public:
|
||||
void writeBool(bool val);
|
||||
void writeVec3f(atVec3f vec);
|
||||
void writeVec4f(atVec4f vec);
|
||||
void writeString(const std::string& val);
|
||||
void writeWString(const std::wstring& str);
|
||||
void writeUnicode(const std::string& str);
|
||||
void writeString(const std::string& val, atInt32 fixedLen = -1);
|
||||
void writeWString(const std::wstring& str, atInt32 fixedLen = -1);
|
||||
void writeUnicode(const std::string& str, atInt32 fixedLen = -1);
|
||||
void fill(atInt8 byte, atUint64 len);
|
||||
void fill(atUint8 byte, atUint64 len);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user