[#BloombergLP-bslx-ByteInStream-getArrayInt8-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/ByteInStream.adoc[ByteInStream]::getArrayInt8 :relfileprefix: ../../../ :mrdocs: `getArrayInt8` overloads == Synopses Declared in `<bslx_byteinstream.h>` Extract the next array of one‐byte signed integers into the specified `variables`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/ByteInStream.adoc[ByteInStream]& xref:BloombergLP/bslx/ByteInStream/getArrayInt8-06.adoc[getArrayInt8]( char* variables, int numVariables); ---- [.small]#xref:BloombergLP/bslx/ByteInStream/getArrayInt8-06.adoc[_» more..._]# Same as the related overload for `signed char *variables`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/ByteInStream.adoc[ByteInStream]& xref:BloombergLP/bslx/ByteInStream/getArrayInt8-08.adoc[getArrayInt8]( signed char* variables, int numVariables); ---- [.small]#xref:BloombergLP/bslx/ByteInStream/getArrayInt8-08.adoc[_» more..._]# == 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]#