API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFiler Class > OdPrcCompressedFiler Methods > OdPrcCompressedFiler::writeCompressedIndiceArray Method
OdPrcCompressedFiler::writeCompressedIndiceArray Method
Syntax
C++
virtual void writeCompressedIndiceArray(const OdInt32Array & integer_array, CompressedBitStrategy bReadCompressStrategy = kFromStream) = 0;
Parameters 
Description 
const OdInt32Array & integer_array 
[in] A compressed array of integer values to write.  
CompressedBitStrategy bReadCompressStrategy = kFromStream 
[in] A strategy of bits compression. 

Writes a compressed array of integer values to a file. 

 

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