Class CRC32
Inheritance
System.Object
CRC32
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public class CRC32 : IChecksum
Properties
| Improve this Doc View SourceValue
Declaration
public long Value { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
| Improve this Doc View SourceReset()
Declaration
public void Reset()
Update(Byte[])
Declaration
public void Update(byte[] buf)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buf |
Update(Byte[], Int32, Int32)
Declaration
public void Update(byte[] buf, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buf | |
System.Int32 | off | |
System.Int32 | len |
Update(Int32)
Declaration
public void Update(int bval)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | bval |