[#BloombergLP-bdlbb-BlobUtil-read] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::read :relfileprefix: ../../../ :mrdocs: Read the specified `numBytes` from the specified `stream` and load it into the specified `dest`, and return a reference to the modifiable `stream`. == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static STREAM& read( STREAM& stream, xref:BloombergLP/bdlbb/Blob.adoc[Blob]* dest, int numBytes); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#