Interface IChecksum
Contains conversion support elements such as classes, interfaces and static methods.
Assembly: Lucene.Net.dll
Syntax
public interface IChecksum
Properties
|
Improve this Doc
View Source
Value
Declaration
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
Reset()
Declaration
|
Improve this Doc
View Source
Update(Byte[])
Declaration
Parameters
Type |
Name |
Description |
System.Byte[] |
b |
|
|
Improve this Doc
View Source
Update(Byte[], Int32, Int32)
Declaration
void Update(byte[] b, int offset, int length)
Parameters
Type |
Name |
Description |
System.Byte[] |
b |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
|
Improve this Doc
View Source
Update(Int32)
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
b |
|
Extension Methods