asciiDump overloads
Declared in <bdlbb_blobutil.h>
Write an ascii dump of the entire source blob to the stream.
static
std::ostream&
asciiDump(
std::ostream& stream,
Blob const& source);
» more...
Write an ascii dump of a blob byte range to the stream.
static
std::ostream&
asciiDump(
std::ostream& stream,
Blob const& source,
int offset,
int length);
» more...
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| source | blob to dump |
| offset | starting byte offset in source |
| length | number of bytes to dump |