BloombergLP::bdlbb::BlobUtilAsciiDumper::BlobUtilAsciiDumper

Constructors

Synopses

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...

Parameters

NameDescription
blobblob to dump
lengthmaximum number of bytes to dump
offsetstarting byte offset in blob