[#BloombergLP-bslx-MarshallingUtil-getArrayInt8-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::getArrayInt8 :relfileprefix: ../../../ :mrdocs: Load consecutive one‐byte integers from the specified `buffer` into the specified `variables`. == Synopsis Declared in `<bslx_marshallingutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void getArrayInt8( char* variables, char const* buffer, int numVariables); ---- == Description Load into the specified `variables` the consecutive one‐byte, two's complement integers comprised of each of the specified `numVariables` leading one‐byte sequences in the specified `buffer`. The behavior is undefined unless `variables` has sufficient capacity, `buffer` has sufficient contents, and `0 <= numVariables`. [.small]#Created with https://www.mrdocs.com[MrDocs]#