C# Class Lucene.Net.Codecs.IntBlock.VariableIntBlockIndexOutput.OutputIndex

Inheritance: Lucene.Net.Codecs.Sep.IntIndexOutputIndex
ファイルを表示 Open project: apache/lucenenet

Public Methods

Method Description
CopyFrom ( Lucene.Net.Codecs.Sep.IntIndexOutputIndex other, bool copyLast ) : void
Mark ( ) : void
OutputIndex ( VariableIntBlockIndexOutput outerInstance ) : Lucene.Net.Codecs.Sep
Write ( DataOutput indexOut, bool absolute ) : void

Method Details

CopyFrom() public method

public CopyFrom ( Lucene.Net.Codecs.Sep.IntIndexOutputIndex other, bool copyLast ) : void
other Lucene.Net.Codecs.Sep.IntIndexOutputIndex
copyLast bool
return void

Mark() public method

public Mark ( ) : void
return void

OutputIndex() public method

public OutputIndex ( VariableIntBlockIndexOutput outerInstance ) : Lucene.Net.Codecs.Sep
outerInstance VariableIntBlockIndexOutput
return Lucene.Net.Codecs.Sep

Write() public method

public Write ( DataOutput indexOut, bool absolute ) : void
indexOut Lucene.Net.Store.DataOutput
absolute bool
return void