[#BloombergLP-bslx-ByteInStream-getArrayInt8-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/ByteInStream.adoc[ByteInStream]::getArrayInt8 :relfileprefix: ../../../ :mrdocs: Same as the related overload for `signed char *variables`. == Synopsis Declared in `<bslx_byteinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/ByteInStream.adoc[ByteInStream]& getArrayInt8( signed char* variables, int numVariables); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *variables* | destination array for the extracted values | *numVariables* | number of one‐byte integers to extract |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#