BloombergLP::bdlbb::BlobUtilHexDumper::BlobUtilHexDumper

Constructors

Synopses

Declared in <bdlbb_blobutil.h>

Create a hex dumper for the entire specified blob.

explicit
BlobUtilHexDumper(Blob const* blob);
» more...

Create a hex dumper for a leading length of the specified blob.

BlobUtilHexDumper(
    Blob const* blob,
    int length);
» more...

Create a hex dumper for a byte range within the specified blob.

BlobUtilHexDumper(
    Blob const* blob,
    int offset,
    int length);
» more...

Parameters

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