Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.CRC32

TElZipArchiveDirectoryEntry     


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


Specifies CRC-32 hash of the compressed file.

Declaration

[C#]
    uint CRC32;

[VB.NET]
    Property CRC32 As UInt32

[Pascal]
    property CRC32 : cardinal;

[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

    Use this property to get or set CRC-32 value computed over the compressed file. If current archive entry is a directory, this property equals to zero.

Discuss this help topic in SecureBlackbox Forum