|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Inherits Lucene.Net.Support.IChecksum.
Public Member Functions | |
| void | Reset () |
| void | Update (int bval) |
| void | Update (byte[] buf, int off, int len) |
| void | Update (byte[] buf) |
Properties | |
| long | Value [get] |
Properties inherited from Lucene.Net.Support.IChecksum | |
| long | Value [get] |
| void Lucene.Net.Support.CRC32.Reset | ( | ) |
Implements Lucene.Net.Support.IChecksum.
| void Lucene.Net.Support.CRC32.Update | ( | int | bval | ) |
Implements Lucene.Net.Support.IChecksum.
| void Lucene.Net.Support.CRC32.Update | ( | byte[] | buf, |
| int | off, | ||
| int | len | ||
| ) |
Implements Lucene.Net.Support.IChecksum.
| void Lucene.Net.Support.CRC32.Update | ( | byte[] | buf | ) |
Implements Lucene.Net.Support.IChecksum.
1.8.3