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