PowerTCP Zip Compression for .NET
CRC Property (ArchiveItem)




Gets the check-sum value for the item.
Syntax
<DescriptionAttribute("The checksum value. It is one of the most important characteristics used in data compression and decompression.")>
<DefaultValueAttribute()>
<CategoryAttribute("ArchiveItem")>
Public ReadOnly Property CRC As Long
Dim instance As ArchiveItem
Dim value As Long
 
value = instance.CRC
[Description("The checksum value. It is one of the most important characteristics used in data compression and decompression.")]
[DefaultValue()]
[Category("ArchiveItem")]
public long CRC {get;}
[Description("The checksum value. It is one of the most important characteristics used in data compression and decompression.")]
[DefaultValue()]
[Category("ArchiveItem")]
public: __property long get_CRC();
[Description("The checksum value. It is one of the most important characteristics used in data compression and decompression.")]
[DefaultValue()]
[Category("ArchiveItem")]
public:
property int64 CRC {
   int64 get();
}

Property Value

A long representing the check-sum value for the item.
Remarks

The CRC property is obtained by performing a mathematical calculation on a block of data and returning a number that represents the content and organization of that data. This value is only available if the item has been compressed.

See Also

Reference

ArchiveItem Class
ArchiveItem Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic