Write the specified inputString array of the specified count characters to the internal buffer. Return the number of characters successfully written.
Declared in <bslstl_syncbuf.h>
std::streamsize
xsputn(
char_type const* inputString,
std::streamsize count) override;