[#BloombergLP-bdlbb-BlobUtil-hexDump-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::hexDump :relfileprefix: ../../../ :mrdocs: `hexDump` overloads == Synopses Declared in `<bdlbb_blobutil.h>` Write a hex dump of the entire source blob to the stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/bdlbb/BlobUtil/hexDump-07.adoc[hexDump]( std::ostream& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source); ---- [.small]#xref:BloombergLP/bdlbb/BlobUtil/hexDump-07.adoc[_» more..._]# Write a hex dump of a blob byte range to the stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/bdlbb/BlobUtil/hexDump-05.adoc[hexDump]( std::ostream& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source, int offset, int length); ---- [.small]#xref:BloombergLP/bdlbb/BlobUtil/hexDump-05.adoc[_» more..._]# == Return Value reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *source* | blob to dump | *offset* | starting byte offset in `source` | *length* | number of bytes to dump |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#