Class BufferedChecksum
Wraps another IChecksum with an internal buffer to speed up checksum calculations.
Inheritance
System.Object
BufferedChecksum
Assembly: DistributedLucene.Net.dll
Syntax
public class BufferedChecksum : object, IChecksum
Constructors
Name | Description |
---|---|
BufferedChecksum(IChecksum) | Create a new BufferedChecksum with DEFAULT_BUFFERSIZE |
BufferedChecksum(IChecksum, Int32) | Create a new BufferedChecksum with the specified |
Fields
Name | Description |
---|---|
DEFAULT_BUFFERSIZE | Default buffer size: 256 |
Properties
Name | Description |
---|---|
Value |
Methods
Name | Description |
---|---|
Reset() | |
Update(Byte[]) | |
Update(Byte[], Int32, Int32) | |
Update(Int32) |