Set the size of this blob buffer to the specified size.
Declared in <bdlbb_blob.h>
void
setSize(int size);
The behavior is undefined unless 0 <= size and the capacity of the buffer returned by the buffer method is at least size bytes.
| Name | Description |
|---|---|
| size | new size of this blob buffer, in bytes |