Write numChars copies of value to streamBuf.
Declared in <balber_berutil.h>
static
int
putChars(
std::streambuf* streamBuf,
char value,
int numChars);
Return 0 if successful, and a non-zero value otherwise. The operation succeeds if all numChars bytes are written to the streamBuf without the write position becoming unavailable.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | output stream buffer |
| value | value to encode |
| numChars | number of characters to write |