[#BloombergLP-bslx-TestOutStream-putArrayInt8-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/TestOutStream.adoc[TestOutStream]::putArrayInt8 :relfileprefix: ../../../ :mrdocs: Write an array of one‐byte signed integers to this stream. == Synopsis Declared in `<bslx_testoutstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/TestOutStream.adoc[TestOutStream]& putArrayInt8( signed char const* values, int numValues); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *values* | array of values to write | *numValues* | number of leading entries in `values` to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#