hexDump overloads
Synopses
Declared in <bdlbb_blobutil.h>
Write a hex dump of the entire source blob to the stream.
Write a hex dump of a blob byte range to the stream.
Return Value
reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
source |
blob to dump |
offset |
starting byte offset in |
length |
number of bytes to dump |
Created with MrDocs