[#BloombergLP-bslx-ByteOutStream-putArrayInt8-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/ByteOutStream.adoc[ByteOutStream]::putArrayInt8 :relfileprefix: ../../../ :mrdocs: `putArrayInt8` overloads == Synopses Declared in `<bslx_byteoutstream.h>` Write an array of one‐byte signed 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/putArrayInt8-03.adoc[putArrayInt8]( char const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/ByteOutStream/putArrayInt8-03.adoc[_» more..._]# Same as the related overload for `const signed char *values`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/ByteOutStream.adoc[ByteOutStream]& xref:BloombergLP/bslx/ByteOutStream/putArrayInt8-0a.adoc[putArrayInt8]( signed char const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/ByteOutStream/putArrayInt8-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#