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
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method 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

Method Description
Seek ( long pos ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

SlowIndexOutput() public method

public SlowIndexOutput ( SlowRAMDirectory outerInstance, IndexOutput io ) : System
outerInstance SlowRAMDirectory
io IndexOutput
return System

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void

WriteBytes() public method

public WriteBytes ( byte b, int offset, int length ) : void
b byte
offset int
length int
return void