[#BloombergLP-bdlbb-BlobUtil-asciiDump-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::asciiDump :relfileprefix: ../../../ :mrdocs: `asciiDump` overloads == Synopses Declared in `<bdlbb_blobutil.h>` Write to the specified `stream` an ascii dump of the specified `source`, and return a reference to the modifiable `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/bdlbb/BlobUtil/asciiDump-06.adoc[asciiDump]( std::ostream& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source); ---- [.small]#xref:BloombergLP/bdlbb/BlobUtil/asciiDump-06.adoc[_» more..._]# Write to the specified `stream` an ascii dump of the specified `length` bytes of the specified `source` starting at the specified `offset`, and return a reference to the modifiable `stream`. The behavior is undefined unless `0 <= offset`, `0 <= length`, `length <= source.length()` and `offset <= source.length() ‐ length`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/bdlbb/BlobUtil/asciiDump-04.adoc[asciiDump]( std::ostream& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source, int offset, int length); ---- [.small]#xref:BloombergLP/bdlbb/BlobUtil/asciiDump-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#