Discuss this help topic in SecureBlackbox Forum

TElArchiveDirectoryEntry.CompressedSize

TElArchiveDirectoryEntry     See also     


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


Specifies compressed size of the archive directory entry.

Declaration

[C#]
    ulong CompressedSize;

[VB.NET]
    Property CompressedSize As Long

[Pascal]
    property CompressedSize: UInt64;

[C++]
    uint64_t get_CompressedSize();
    void set_CompressedSize(uint64_t Value);

[PHP]
    integer get_CompressedSize()
    void set_CompressedSize(integer $Value)

[Java]
    long getCompressedSize();
    void setCompressedSize(long arg0);

Description

    This property contains compressed size of the archived file or directory.

See also:     FileSize    

Discuss this help topic in SecureBlackbox Forum