Discuss this help topic in SecureBlackbox Forum

TElBZip2Writer.WorkFactor

TElBZip2Writer     See also     


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


Specifies how much effort should be expended on the normal compression method.

Declaration

[C#]
    uint WorkFactor;

[VB.NET]
    Property WorkFactor As UInt32

[Pascal]
    property WorkFactor : UInt32;

[C++]
    uint32_t get_WorkFactor();
    void set_WorkFactor(uint32_t Value);

[PHP]
    integer get_WorkFactor()
    void set_WorkFactor(integer $Value)

[Java]
    int getWorkFactor();
    void setWorkFactor(int Value);

Description

The work factor specifies how much effort should the archiver put into using the normal (fast) compression method before using the more reliable (slower) compression algorithm. Allowed values are between 0 and 250. The default value is 30.

See also:     Compress    

Discuss this help topic in SecureBlackbox Forum