[#BloombergLP-bslx-MarshallingUtil-putArrayInt8-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putArrayInt8 :relfileprefix: ../../../ :mrdocs: Store consecutive one‐byte integers from the specified `values` into the specified `buffer`. == Synopsis Declared in `<bslx_marshallingutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void putArrayInt8( char* buffer, char const* values, int numValues); ---- == Description 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`. [.small]#Created with https://www.mrdocs.com[MrDocs]#