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 |
---|---|
Checksum |
Properties
Name | Description |
---|---|
Checksum | |
File |
|
Length |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
Finish |
See Prepare |
Flush() | |
Prepare |
Starts but does not complete the commit of this file (=
writing of the final checksum at the end). After this
is called must call Finish |
Seek(Int64) | |
Write |
|
Write |