Class ChecksumIndexInput
Extension of Index
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.dll
Syntax
public abstract class ChecksumIndexInput : IndexInput, IDisposable
Constructors
| Improve this Doc View SourceChecksumIndexInput(String)
resourceDescription
should be a non-null, opaque string
describing this resource; it's returned from
Declaration
protected ChecksumIndexInput(string resourceDescription)
Parameters
Type | Name | Description |
---|---|---|
System. |
resourceDescription |
Properties
| Improve this Doc View SourceChecksum
Returns the current checksum value
Declaration
public abstract long Checksum { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceSeek(Int64)
Sets current position in this file, where the next read will occur.
Checksum
Declaration
public override void Seek(long pos)
Parameters
Type | Name | Description |
---|---|---|
System. |
pos |
Overrides
Implements
IDisposable