Discuss this help topic in SecureBlackbox Forum
An extra flag which can be used by specific compression methods.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum