|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Contains conversion support elements such as classes, interfaces and static methods. More...
Inherited by Lucene.Net.Support.CRC32.
Public Member Functions | |
| void | Reset () |
| void | Update (int b) |
| void | Update (byte[] b) |
| void | Update (byte[] b, int offset, int length) |
Properties | |
| long | Value [get] |
Contains conversion support elements such as classes, interfaces and static methods.
Definition at line 24 of file IChecksum.cs.
| void Lucene.Net.Support.IChecksum.Reset | ( | ) |
Implemented in Lucene.Net.Support.CRC32.
| void Lucene.Net.Support.IChecksum.Update | ( | int | b | ) |
Implemented in Lucene.Net.Support.CRC32.
| void Lucene.Net.Support.IChecksum.Update | ( | byte[] | b | ) |
Implemented in Lucene.Net.Support.CRC32.
| void Lucene.Net.Support.IChecksum.Update | ( | byte[] | b, |
| int | offset, | ||
| int | length | ||
| ) |
Implemented in Lucene.Net.Support.CRC32.
|
get |
Definition at line 30 of file IChecksum.cs.
1.8.3