putArrayUint8 overloads
Declared in <bslx_genericoutstream.h>
Write an array of one-byte unsigned integers from the specified values to the stream supplied at construction.
GenericOutStream<STREAMBUF>&
putArrayUint8(
char const* values,
int numValues);
» more...
Same as the related overload for const unsigned char *values.
GenericOutStream<STREAMBUF>&
putArrayUint8(
unsigned char const* values,
int numValues);
» more...