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