Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.HasCRC

TElGZipFileAttributes     See also     


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


Specifies whether the header contains CRC values.

Declaration

[C#]
    bool HasCRC;

[VB.NET]
    Property HasCRC As Boolean

[Pascal]
    property HasCRC : boolean;

[C++]
    bool get_HasCRC();
    void set_HasCRC(bool Value);

[PHP]
    bool get_HasCRC()
    void set_HasCRC(bool $Value)

[Java]
    boolean getHasCRC();
    void setHasCRC(boolean Value);

Description

When this flag is set, CRC16 and CRC32 values are contained in the header.

See also:     CRC16     CRC32    

Discuss this help topic in SecureBlackbox Forum