Implemented a serialize and a deserialize routine
This commit is contained in:
@@ -252,8 +252,8 @@ public:
|
||||
StreamBuffer(const char *s, int64_t len);
|
||||
|
||||
// Construct a streambuffer that reads from an external block of bytes.
|
||||
StreamBuffer(const eng::string &data);
|
||||
|
||||
StreamBuffer(std::string_view data);
|
||||
|
||||
// Delete a StreamBuffer.
|
||||
~StreamBuffer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user