Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.CRC32

TElGZipFileAttributes     See also     


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


Specifies the CRC32 value for the header.

Declaration

[C#]
    uint CRC32;

[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.

See also:     HasCRC     CRC16    

Discuss this help topic in SecureBlackbox Forum