Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.CRC16

TElGZipFileAttributes     See also     


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


Specifies the CRC16 value for the header.

Declaration

[C#]
    uint CRC16;

[VB.NET]
    Property CRC16 As UInt32

[Pascal]
    property CRC16 : UInt32;

[C++]
    uint32_t get_CRC16();
    void set_CRC16(uint32_t Value);

[PHP]
    integer get_CRC16()
    void set_CRC16(integer $Value)

[Java]
    int getCRC16();
    void setCRC16(int Value);

Description

When HasCRC flag is set, this property contains two least significant bytes of CRC32.

See also:     HasCRC     CRC32    

Discuss this help topic in SecureBlackbox Forum