Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum