Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.ExtraFlag

TElGZipFileAttributes     See also     


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


An extra flag which can be used by specific compression methods.

Declaration

[C#]
    byte ExtraFlag;

[VB.NET]
    Property ExtraFlag As Byte

[Pascal]
    property ExtraFlag : byte;

[C++]
    uint8_t get_ExtraFlag();
    void set_ExtraFlag(uint8_t Value);

[PHP]
    integer get_ExtraFlag()
    void set_ExtraFlag(integer $Value)

[Java]
    byte getExtraFlag();
    void setExtraFlag(byte arg0);

Description

The "deflate" method defines the following values (according to RFC 1952): 2 - maximum (slowest) compression; 4 - fastest compression.

See also:     HasExtra     ExtraField    

Discuss this help topic in SecureBlackbox Forum