Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.Flag

TElGZipFileAttributes     See also     


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


Specifies gzip flags.

Declaration

[C#]
    byte Flag;

[VB.NET]
    Property Flag As Byte

[Pascal]
    property Flag : byte;

[C++]
    uint8_t get_Flag();
    void set_Flag(uint8_t Value);

[PHP]
    integer get_Flag()
    void set_Flag(integer $Value)

[Java]
    byte getFlag();
    void setFlag(byte arg0);

Description

This property specifies the value of the FLG attribute of the file header.

See also:     HasComment     HasCRC     HasExtra     HasName     HasText    

Discuss this help topic in SecureBlackbox Forum