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

PrcCompressedFiler.h

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

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

 

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