Class Crc32Wrapper
Inheritance
System.Object
Crc32Wrapper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Zip.Checksum
Assembly: Telerik.WinControls.dll
Syntax
public class Crc32Wrapper
Constructors
Crc32Wrapper()
Declaration
public Crc32Wrapper()
Properties
CrcValue
Declaration
public long CrcValue { get; set; }
Property Value
System.Int64
|
Methods
UpdateValue(Int64, Byte[], Int32, Int32)
Declaration
public long UpdateValue(long value, byte[] buffer, int index, int length)
Parameters
System.Int64
value
|
System.Byte[]
buffer
|
System.Int32
index
|
System.Int32
length
|
Returns
System.Int64
|