#include <BLOB.h>
Public Member Functions | |
| virtual | ~StringBLOB () |
| virtual void | clear () |
Static Public Member Functions | |
| static BLOB::Reference | create () |
A StringBLOB contains a small amount of data, is based on a stringstream object and hence it is always held in memory.
Definition at line 113 of file BLOB.h.
| void ibrcommon::StringBLOB::clear | ( | ) | [virtual] |
This method deletes the content of the payload. The size will be zero after calling.
Implements ibrcommon::BLOB.
| BLOB::Reference ibrcommon::StringBLOB::create | ( | ) | [static] |
1.6.3