Discuss this help topic in SecureBlackbox Forum
Specifies the CRC32 value for the header.
Declaration
[VB.NET]
Property CRC32 As UInt32
[Pascal]
property CRC32 : UInt32;
[C++]
uint32_t get_CRC32();
void set_CRC32(uint32_t Value);
[PHP]
integer get_CRC32()
void set_CRC32(integer $Value)
[Java]
int getCRC32();
void setCRC32(int Value);
Description
When HasCRC flag is set, this property contains the CRC valu of the uncompressed data.
Discuss this help topic in SecureBlackbox Forum