Read an array of the specified length from the specified stream into the specified result.
Synopsis
Declared in <bslx_instreamfunctions.h>
static
STREAM&
getArray(
STREAM& stream,
unsigned char* result,
int length);
Created with MrDocs