* Add fill to Stream

This commit is contained in:
2014-05-15 00:41:54 -07:00
parent a19520ea1e
commit dfb0ce0b4f
4 changed files with 17 additions and 1 deletions

View File

@@ -272,6 +272,9 @@ public:
*/
void writeString(const std::string& str);
void fill(Uint8 val, Uint64 length);
void fill(Int8 val, Uint64 length);
void setProgressCallback(std::function<void(int)> cb);
protected:
void loadData();