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

Inheritance: Lucene.Net.Codecs.Sep.IntIndexOutputIndex
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
CopyFrom ( Lucene.Net.Codecs.Sep.IntIndexOutputIndex other, bool copyLast ) : void
Mark ( ) : void
OutputIndex ( FixedIntBlockIndexOutput outerInstance ) : Lucene.Net.Codecs.Sep
ToString ( ) : string
Write ( DataOutput indexOut, bool absolute ) : void

Method Details

CopyFrom() public méthode

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

Mark() public méthode

public Mark ( ) : void
Résultat void

OutputIndex() public méthode

public OutputIndex ( FixedIntBlockIndexOutput outerInstance ) : Lucene.Net.Codecs.Sep
outerInstance FixedIntBlockIndexOutput
Résultat Lucene.Net.Codecs.Sep

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( DataOutput indexOut, bool absolute ) : void
indexOut Lucene.Net.Store.DataOutput
absolute bool
Résultat void