Discuss this help topic in SecureBlackbox Forum

TElGZipCompressingUnit.CRC32

TElGZipCompressingUnit     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The CRC-32 value computed over the data.

Declaration

[C#]
    uint CRC32;

[VB.NET]
    Property CRC32 As UInt32

[Pascal]
    property CRC32 : UInt32;

[C++]
    uint32_t get_CRC32();

[PHP]
    integer get_CRC32()

[Java]
    int getCRC32();

Description

This property contains the CRC-32 computed over the processed data.

Discuss this help topic in SecureBlackbox Forum