API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFiler Class > OdPrcCompressedFiler Methods > OdPrcCompressedFiler::readCompressedIntegerArray Method
OdPrcCompressedFiler::readCompressedIntegerArray Method
Syntax
C++
virtual void readCompressedIntegerArray(OdInt32Array & points_array) = 0;
Parameters 
Description 
OdInt32Array & points_array 
[out] A reference to an OdInt32Array object to store the read array. 

Reads a compressed array of integer values from a file and returns it. 

 

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