Discuss this help topic in SecureBlackbox Forum

TElBZip2Reader.Small

TElBZip2Reader     See also     


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


The "small" option which controls memory usage of the reader/writer.

Declaration

[C#]
    bool Small;

[VB.NET]
    Property Small As Boolean

[Pascal]
    property Small : boolean;

[C++]
    bool get_Small();
    void set_Small(bool Value);

[PHP]
    bool get_Small()
    void set_Small(bool $Value)

[Java]
    boolean getSmall();
    void setSmall(boolean Value);

Description

Set this property to True to reduce memory usage (to about 2300 kB). Reduced memory usage results in twice slower decompression speed of the reader, and in the worse compression ratio of the reader. The default value is False.

See also:     Extract    

Discuss this help topic in SecureBlackbox Forum