[#BloombergLP-bdlb-PrintStringSingleLineHexDumper-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/PrintStringSingleLineHexDumper.adoc[PrintStringSingleLineHexDumper]::PrintStringSingleLineHexDumper :relfileprefix: ../../../ :mrdocs: Create a `PrintStringSingleLineHexDumper` object that can insert to an output stream a single‐line hexadecimal representation the specified `data` of the specified `length`. == Synopsis Declared in `<bdlb_print.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- PrintStringSingleLineHexDumper( char const* data, int length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#