[#BloombergLP-bdlb-Print-singleLineHexDump-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Print.adoc[Print]::singleLineHexDump :relfileprefix: ../../../ :mrdocs: Print to the specified `stream` the contents of the specified `buffer` having the specified `length` on a single line, and return a reference to the modifiable `stream`. The behavior is undefined unless `0 <= length`. == Synopsis Declared in `<bdlb_print.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& singleLineHexDump( std::ostream& stream, char const* buffer, int length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#