HDK
|
An input stream object that owns its own string buffer storage. More...
#include <UT_StringStream.h>
Public Member Functions | |
UT_IStringStream (const char *buf=nullptr, exint len=-1) | |
UT_StringStreamBuffer * | rdbuf () const |
Returns the underlying stream buffer object. More... | |
An input stream object that owns its own string buffer storage.
Definition at line 141 of file UT_StringStream.h.
|
inline |
Populate the input stream with an existing raw character buffer. The contents of the buffer are copied into the internal storage. The input position start at the beginning of the buffer.
Definition at line 147 of file UT_StringStream.h.
|
inline |
Returns the underlying stream buffer object.
Definition at line 152 of file UT_StringStream.h.