API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFiler Class > OdPrcCompressedFiler Methods > OdPrcCompressedFiler::readUnsignedIntegerWithVariableBitNumber Method
OdPrcCompressedFiler::readUnsignedIntegerWithVariableBitNumber Method
Syntax
C++
virtual OdUInt32 readUnsignedIntegerWithVariableBitNumber(OdUInt32 num_of_bits) = 0;
Parameters 
Description 
OdUInt32 num_of_bits 
[in] A number of bits.  

An unsigned 32-bit integer value that was read.

Reads an unsigned integer value with variable number of bits from a file.

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