[#BloombergLP-bslx-MarshallingUtil-getArrayInt8-057] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::getArrayInt8 :relfileprefix: ../../../ :mrdocs: `getArrayInt8` overloads == Synopses Declared in `<bslx_marshallingutil.h>` Load consecutive one‐byte integers from the specified `buffer` into the specified `variables`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/getArrayInt8-07.adoc[getArrayInt8]( char* variables, char const* buffer, int numVariables); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/getArrayInt8-07.adoc[_» more..._]# Same as the related overload for `signed char *variables`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/getArrayInt8-058.adoc[getArrayInt8]( signed char* variables, char const* buffer, int numVariables); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/getArrayInt8-058.adoc[_» more..._]# Same as the related overload for `unsigned char *variables`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/getArrayInt8-0b.adoc[getArrayInt8]( unsigned char* variables, char const* buffer, int numVariables); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/getArrayInt8-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#