write overloads
Synopses
Declared in <bdlbb_blobutil.h>
Write the entire source blob to a stream.
Write a byte range from a blob to a stream.
Return Value
-
reference to the modifiable
stream -
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
stream |
output stream |
source |
blob to write |
sourcePosition |
starting byte offset in |
numBytes |
number of bytes to write |
Created with MrDocs