Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.HasExtra

TElGZipFileAttributes     See also     


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


Identifies whether optional extra fields are present in the header.

Declaration

[C#]
    bool HasExtra;

[VB.NET]
    Property HasExtra As Boolean

[Pascal]
    property HasExtra : boolean;

[C++]
    bool get_HasExtra();
    void set_HasExtra(bool Value);

[PHP]
    bool get_HasExtra()
    void set_HasExtra(bool $Value)

[Java]
    boolean getHasExtra();
    void setHasExtra(boolean Value);

Description

When this flag is set, ExtraField and ExtraFlag are present in the header.

See also:     ExtraField     ExtraFlag    

Discuss this help topic in SecureBlackbox Forum