Class ChecksumIndexOutput
Writes bytes through to a primary IndexOutput, computing checksum. Note that you cannot use seek().
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class ChecksumIndexOutput : IndexOutput
Constructors
Name | Description |
---|---|
ChecksumIndexOutput(IndexOutput) |
Properties
Name | Description |
---|---|
Checksum | |
FilePointer | |
Length |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
FinishCommit() | See PrepareCommit() |
Flush() | |
PrepareCommit() | Starts but does not complete the commit of this file (= writing of the final checksum at the end). After this is called must call FinishCommit() and the Dispose(Boolean) to complete the commit. |
Seek(Int64) | |
WriteByte(Byte) | |
WriteBytes(Byte[], Int32, Int32) |