[#BloombergLP-bdlbb-BlobUtil-write-0cc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::write :relfileprefix: ../../../ :mrdocs: `write` overloads == Synopses Declared in `<bdlbb_blobutil.h>` Write the specified `source` to the specified `stream`, and return a reference to the modifiable `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static STREAM& xref:BloombergLP/bdlbb/BlobUtil/write-03.adoc[write]( STREAM& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source); ---- [.small]#xref:BloombergLP/bdlbb/BlobUtil/write-03.adoc[_» more..._]# Write to the specified `stream` the specified `numBytes` starting at the specified `sourcePosition` in the specified `source` blob. Return 0 on success or a non‐zero value otherwise. Note that this function will fail (immediately) if the length of `source` is less than `numBytes`; or if there is any error writing to `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static int xref:BloombergLP/bdlbb/BlobUtil/write-0c6.adoc[write]( STREAM& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source, int sourcePosition, int numBytes); ---- [.small]#xref:BloombergLP/bdlbb/BlobUtil/write-0c6.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#