Class CRC32
Inheritance
System.Object
CRC32
Assembly: Lucene.Net.dll
Syntax
public class CRC32 : object, IChecksum
Properties
|
Improve this Doc
View Source
Value
Declaration
public long Value { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
Reset()
Declaration
|
Improve this Doc
View Source
Update(Byte[])
Declaration
public void Update(byte[] buf)
Parameters
Type |
Name |
Description |
System.Byte[] |
buf |
|
|
Improve this Doc
View Source
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 |
|
|
Improve this Doc
View Source
Update(Int32)
Declaration
public void Update(int bval)
Parameters
Type |
Name |
Description |
System.Int32 |
bval |
|
Implements