Class ChecksumIndexInput
Extension of IndexInput, computing checksum as it goes. Callers can retrieve the checksum via Checksum.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class ChecksumIndexInput : IndexInput, IDisposable
Constructors
Name | Description |
---|---|
ChecksumIndexInput(String) |
|
Properties
Name | Description |
---|---|
Checksum | Returns the current checksum value |
Methods
Name | Description |
---|---|
Seek(Int64) | Sets current position in this file, where the next read will occur. ChecksumIndexInput can only seek forward and seeks are expensive since they imply to read bytes in-between the current position and the target position in order to update the checksum. |