[#BloombergLP-bdlbb-BlobUtil-write-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::write :relfileprefix: ../../../ :mrdocs: Write the entire source blob to a stream. == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static STREAM& write( STREAM& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source); ---- == Description Write the specified `source` to the specified `stream`, and return a reference to the modifiable `stream`. == Return Value reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *source* | blob to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#