Method | Description | |
---|---|---|
ChecksumIndexOutput ( Lucene.Net.Store.IndexOutput main ) : System | ||
FinishCommit ( ) : void |
See PrepareCommit
|
|
Flush ( ) : void | ||
PrepareCommit ( ) : void |
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 Close to complete the commit.
|
|
Seek ( long pos ) : void | ||
WriteByte ( byte b ) : void | ||
WriteBytes ( byte b, int offset, int length ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public ChecksumIndexOutput ( Lucene.Net.Store.IndexOutput main ) : System | ||
main | Lucene.Net.Store.IndexOutput | |
return | System |
public WriteBytes ( byte b, int offset, int length ) : void | ||
b | byte | |
offset | int | |
length | int | |
return | void |