Store consecutive one-byte integers from the specified values into the specified buffer.
Declared in <bslx_marshallingutil.h>
static
void
putArrayInt8(
char* buffer,
char const* values,
int numValues);
Load into the specified buffer the consecutive one-byte, two's complement integers comprised of the one byte of each of the specified numValues leading entries in the specified values. The behavior is undefined unless buffer has sufficient capacity, values has sufficient contents, and 0 <= numValues.