API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFilerDumper Class > OdPrcCompressedFilerDumper Methods > OdPrcCompressedFilerDumper::readCompressedIndiceArray Method
OdPrcCompressedFilerDumper::readCompressedIndiceArray Method
Syntax
C++
virtual void readCompressedIndiceArray(OdInt32Array & integer_array, CompressedBitStrategy bReadCompressStrategy = kFromStream);
Parameters 
Description 
OdInt32Array & integer_array 
[out] A reference to a 32-bit integer array to store read values.  
CompressedBitStrategy bReadCompressStrategy = kFromStream 
[in] A bits compression strategy. 

Reads a compressed array of 32-bit integer values from the filer stream and returns it. 

 

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