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

Reads an array of characters from a file and returns it. 

 

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