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