PowerTCP Zip Compression for .NET
Crc Property (UtilityStream)




Returns the computed CRC (cyclical redundancy check) number of all bytes processed by the Write() and Read() methods.
Syntax
Public ReadOnly Property Crc As Long
Dim instance As UtilityStream
Dim value As Long
 
value = instance.Crc
public long Crc {get;}
public: __property long get_Crc();
public:
property int64 Crc {
   int64 get();
}

Property Value

long.
Remarks
This value is only computed if enabled in the constructor.
See Also

Reference

UtilityStream Class
UtilityStream Members


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