Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Properties | List of all members
Lucene.Net.Support.CRC32 Class Reference

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]
 

Detailed Description

Definition at line 26 of file CRC32.cs.

Member Function Documentation

void Lucene.Net.Support.CRC32.Reset ( )

Implements Lucene.Net.Support.IChecksum.

Definition at line 58 of file CRC32.cs.

void Lucene.Net.Support.CRC32.Update ( int  bval)

Implements Lucene.Net.Support.IChecksum.

Definition at line 63 of file CRC32.cs.

void Lucene.Net.Support.CRC32.Update ( byte[]  buf,
int  off,
int  len 
)

Implements Lucene.Net.Support.IChecksum.

Definition at line 70 of file CRC32.cs.

void Lucene.Net.Support.CRC32.Update ( byte[]  buf)

Implements Lucene.Net.Support.IChecksum.

Definition at line 78 of file CRC32.cs.

Property Documentation

long Lucene.Net.Support.CRC32.Value
get

Definition at line 51 of file CRC32.cs.


The documentation for this class was generated from the following file: