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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Properties | List of all members
Lucene.Net.Support.IChecksum Interface Reference

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]
 

Detailed Description

Contains conversion support elements such as classes, interfaces and static methods.

Definition at line 24 of file IChecksum.cs.

Member Function Documentation

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.

Property Documentation

long Lucene.Net.Support.IChecksum.Value
get

Definition at line 30 of file IChecksum.cs.


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