Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.ExtraField

TElGZipFileAttributes     See also     


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


Contains the extra header field.

Declaration

[C#]
    byte[] ExtraField;

[VB.NET]
    Property ExtraField As Byte()

[Pascal]
    property ExtraField : ByteArray;

[C++]
    void get_ExtraField(std::vector<uint8_t> &OutResult);
    void set_ExtraField(const std::vector<uint8_t> &Value);

[PHP]
    string get_ExtraField()
    void set_ExtraField(array of byte|string|NULL $Value)

[Java]
    byte[] getExtraField();
    void setExtraField(byte[] Value);

Description

This property contains the extra header field. It is only used when HasExtra is set.

See also:     HasExtra     ExtraFlag    

Discuss this help topic in SecureBlackbox Forum