Create a hex dumper for the specified data of the specified length.
Declared in <bdlb_print.h>
PrintStringHexDumper(
char const* data,
int length);
Create a PrintStringHexDumper object that can insert to an output stream a formated (possibly multi-lined) hexadecimal representation the specified data of the specified length.
| Name | Description |
|---|---|
| data | pointer to the bytes to dump |
| length | length of data in bytes |