Discuss this help topic in SecureBlackbox Forum

TElBZip2Writer.FileSize

TElBZip2Writer     See also     


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


Returns the size of the compressed file.

Declaration

[C#]
    long FileSize;

[VB.NET]
    Property FileSize As Long

[Pascal]
    property FileSize : Int64;

[C++]
    int64_t get_FileSize();

[PHP]
    integer get_FileSize()

[Java]
    long getFileSize();

Description

This property specifies the size of the compressed file.

See also:     Compress    

Discuss this help topic in SecureBlackbox Forum