API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFiler Class > OdPrcCompressedFiler Methods > OdPrcCompressedFiler::readCompressedIndiceArray Method
OdPrcCompressedFiler::readCompressedIndiceArray Method
Syntax
C++
virtual void readCompressedIndiceArray(OdInt32Array & integer_array, CompressedBitStrategy bReadCompressStrategy = kFromStream) = 0;
Parameters 
Description 
OdInt32Array & integer_array 
[out] A reference to an OdInt32Array object to store the read array.  
CompressedBitStrategy bReadCompressStrategy = kFromStream 
[in] A strategy of bits compression. 

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

 

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