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>

template<class STREAM>
static
STREAM&
read(
    STREAM& stream,
    Blob* dest,
    int numBytes);

Created with MrDocs