Discuss this help topic in SecureBlackbox Forum

TElGzipWriter.WorkFactor

TElGzipWriter     See also     


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


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

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property WorkFactor : UInt32;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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