[#BloombergLP-bslx-ByteOutStream-putArrayUint8-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/ByteOutStream.adoc[ByteOutStream]::putArrayUint8 :relfileprefix: ../../../ :mrdocs: Same as the related overload for `const unsigned char *values`. == Synopsis Declared in `<bslx_byteoutstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/ByteOutStream.adoc[ByteOutStream]& putArrayUint8( unsigned char const* values, int numValues); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *values* | array of unsigned character values to write | *numValues* | number of values to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#