Discuss this help topic in SecureBlackbox Forum
Specifies gzip flags.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum