[#BloombergLP-bslx-TestInStream-getArrayInt8-033] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]::getArrayInt8 :relfileprefix: ../../../ :mrdocs: Consume an array of one‐byte signed integers from this stream. == Synopsis Declared in `<bslx_testinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]& 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 values to extract |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#