C# Класс Lucene.Net.Store.ChecksumIndexOutput

Наследование: Lucene.Net.Store.IndexOutput
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

ChecksumIndexOutput() публичный Метод

public ChecksumIndexOutput ( Lucene.Net.Store.IndexOutput main ) : System
main Lucene.Net.Store.IndexOutput
Результат System

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

FinishCommit() публичный Метод

See PrepareCommit
public FinishCommit ( ) : void
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

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 Close to complete the commit.
public PrepareCommit ( ) : void
Результат void

Seek() публичный Метод

public Seek ( long pos ) : void
pos long
Результат void

WriteByte() публичный Метод

public WriteByte ( byte b ) : void
b byte
Результат void

WriteBytes() публичный Метод

public WriteBytes ( byte b, int offset, int length ) : void
b byte
offset int
length int
Результат void