Discuss this help topic in SecureBlackbox Forum

TElBZip2Reader.CompressedSize

TElBZip2Reader     See also     


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


Specifies the size of the bzip2 archive.

Declaration

[C#]
    long CompressedSize;

[VB.NET]
    Property CompressedSize As Long

[Pascal]
    property CompressedSize : Int64;

[C++]
    int64_t get_CompressedSize();

[PHP]
    integer get_CompressedSize()

[Java]
    long getCompressedSize();

Description

Use this property to check the size of the bzip2 file.

See also:     Extract    

Discuss this help topic in SecureBlackbox Forum