C# Class Lucene.Net.Facet.SlowRAMDirectory.SlowIndexOutput

Delegate class to wrap an IndexOutput and delay writing bytes by some specified time.
Inheritance: Lucene.Net.Store.IndexOutput
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
SlowIndexOutput ( SlowRAMDirectory outerInstance, IndexOutput io ) : System
WriteByte ( byte b ) : void
WriteBytes ( byte b, int offset, int length ) : void

Private Methods

Méthode Description
Seek ( long pos ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

SlowIndexOutput() public méthode

public SlowIndexOutput ( SlowRAMDirectory outerInstance, IndexOutput io ) : System
outerInstance SlowRAMDirectory
io IndexOutput
Résultat System

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte b, int offset, int length ) : void
b byte
offset int
length int
Résultat void