Create an OutBlobStreamBuf using the specified blob.
Create a OutBlobStreamBuf using the specified blob, and set the location at which the next write operation will occur to blob->length(). The behavior is undefined unless blob remains valid and externally unmodified for the lifetime of this streambuf.
| Name | Description |
|---|---|
| blob | blob to hold and write to |