getArrayUint8 overloads
Declared in <bslx_genericinstream.h>
Extract the next array of one-byte unsigned integers into the specified variables.
GenericInStream<STREAMBUF>&
getArrayUint8(
char* variables,
int numVariables);
» more...
Same as the related overload for unsigned char *variables.
GenericInStream<STREAMBUF>&
getArrayUint8(
unsigned char* variables,
int numVariables);
» more...
a reference to this stream
| Name | Description |
|---|---|
| variables | destination array for the extracted values |
| numVariables | number of one-byte integers to extract |