[#BloombergLP-bdlb-Print-hexDump-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Print.adoc[Print]::hexDump :relfileprefix: ../../../ :mrdocs: `hexDump` overloads == Synopses Declared in `<bdlb_print.h>` Print multiple buffers in hexadecimal format to a stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/bdlb/Print/hexDump-00.adoc[hexDump]( std::ostream& stream, xref:bsl/pair-0b.adoc[bsl::pair<char const*, int>]* buffers, int numBuffers); ---- [.small]#xref:BloombergLP/bdlb/Print/hexDump-00.adoc[_» more..._]# Print a buffer in hexadecimal format to a stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/bdlb/Print/hexDump-06.adoc[hexDump]( std::ostream& stream, char const* buffer, int length); ---- [.small]#xref:BloombergLP/bdlb/Print/hexDump-06.adoc[_» more..._]# == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | the output stream | *buffers* | array of buffer pointer/length pairs | *numBuffers* | number of entries in `buffers` | *buffer* | the memory buffer to dump | *length* | the length of `buffer` in bytes |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#