Utility for ascii dumping a blob to standard output streams. This class has operator<< defined for it, so it can be used, for example, in ball logs.
Declared in <bdlbb_blobutil.h>
struct BlobUtilAsciiDumper;
| Name | Description |
|---|---|
BlobUtilAsciiDumper [constructor] | Constructors |
| Name | Description |
|---|---|
d_blob_p | Data to be dumped (held, not owned). |
d_length | Desired number of bytes to be dumped. |
d_offset | Desired offset. |