Class ChecksumIndexInput
Writes bytes through to a primary IndexOutput, computing checksum as it goes. Note that you cannot use seek().
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class ChecksumIndexInput : IndexInput, IDisposable
Constructors
Name | Description |
---|---|
ChecksumIndexInput(IndexInput) |
Properties
Name | Description |
---|---|
Checksum | |
FilePointer |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
Length() | |
ReadByte() | |
ReadBytes(Byte[], Int32, Int32) | |
Seek(Int64) |