[#BloombergLP-bslx-TestOutStream-putArrayUint8-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/TestOutStream.adoc[TestOutStream]::putArrayUint8 :relfileprefix: ../../../ :mrdocs: Write an array of one‐byte unsigned integers to this stream. == Synopses Declared in `<bslx_testoutstream.h>` Write an array of one‐byte unsigned integers to this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/TestOutStream.adoc[TestOutStream]& xref:BloombergLP/bslx/TestOutStream/putArrayUint8-0c.adoc[putArrayUint8]( char const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/TestOutStream/putArrayUint8-0c.adoc[_» more..._]# Write an array of one‐byte unsigned integers to this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/TestOutStream.adoc[TestOutStream]& xref:BloombergLP/bslx/TestOutStream/putArrayUint8-0e.adoc[putArrayUint8]( unsigned char const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/TestOutStream/putArrayUint8-0e.adoc[_» more..._]# == 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]#