Write an array of one-byte unsigned integers from the specified values to the stream supplied at construction.
Declared in <bslx_genericoutstream.h>
GenericOutStream<STREAMBUF>&
putArrayUint8(
char const* values,
int numValues);
Write to the stream supplied at construction the consecutive one-byte, two's complement unsigned integers comprised of the least-significant one byte of each of the specified numValues leading entries in the specified values, and return a reference to this stream. If this stream is initially invalid, this operation has no effect. The behavior is undefined unless 0 <= numValues and values has sufficient contents.