Hex-dump to the specified stream the bytes of the blob referenced by the specified rhs starting with the min(rhs.d_offset, rhs.d_blob_p->length()) byte and until min(rhs.d_offset + rhs.d_length, rhs.d_blob_p->length()) byte, and return a reference to the modifiable stream.
Declared in <bdlbb_blobutil.h>
std::ostream&
operator<<(
std::ostream& stream,
BlobUtilHexDumper const& rhs);