Constructors
Declared in <bdlbb_blobutil.h>
Create an ascii dumper for the entire specified blob.
explicit
BlobUtilAsciiDumper(Blob const* blob);
» more...
Create an ascii dumper for a leading length of the specified blob.
BlobUtilAsciiDumper(
Blob const* blob,
int length);
» more...
Create an ascii dumper for a byte range within the specified blob.
BlobUtilAsciiDumper(
Blob const* blob,
int offset,
int length);
» more...
| Name | Description |
|---|---|
| blob | blob to dump |
| length | maximum number of bytes to dump |
| offset | starting byte offset in blob |