Reduce this buffer to the specified toSize and return the leftover.
toSize
Declared in <bdlbb_blob.h>
<bdlbb_blob.h>
BlobBuffer trim(int toSize);
The behaviour is undefined unless '0 <= toSize && toSize <= size()'.
a blob buffer representing the leftover portion