[#BloombergLP-bdlbb-BlobUtilHexDumper-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtilHexDumper.adoc[BlobUtilHexDumper]::BlobUtilHexDumper :relfileprefix: ../../../ :mrdocs: Create a hex dumper for the specified `blob` that hex dumps the entire `blob` to the output stream when passed to `operator<<`. See `operator<<(bsl::ostream&, const BlobUtilHexDumper&)` for details. == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit BlobUtilHexDumper(xref:BloombergLP/bdlbb/Blob.adoc[Blob] const* blob); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#