Copy the specified numChars from the specified source to the blob held by this streambuf, starting at the current put area location. The behavior is undefined unless 0 <= numChars.
Synopsis
Declared in <bdlbb_blobstreambuf.h>
virtual
std::streamsize
xsputn(
char_type const* source,
std::streamsize numChars) override;
Created with MrDocs