Same as the related overload for unsigned char *variables.
Declared in <bslx_byteinstream.h>
ByteInStream&
getArrayUint8(
unsigned char* variables,
int numVariables);
a reference to this stream
| Name | Description |
|---|---|
| variables | destination array for the extracted values |
| numVariables | number of one-byte unsigned integers to extract |