API Reference > Functions > readUInt32Array Function
readUInt32Array Function
Syntax
C++
void readUInt32Array(OdUInt32Array & array, OdPrcCompressedFiler * pStream);

PrcCompressedFiler.h

Parameters 
Description 
OdUInt32Array & array 
[out] A reference to an array of unsigned 32-bit integer values to store read data.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an input file stream. 

Reads an array of unsigned 32-bit integer values from a file. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.