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

Delegate class to wrap an IndexInput and delay reading bytes by some specified time.
Inheritance: Lucene.Net.Store.IndexInput
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
Clone ( ) : object
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
Length ( ) : long
ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
Seek ( long pos ) : void
SlowIndexInput ( SlowRAMDirectory outerInstance, IndexInput ii ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Length() public method

public Length ( ) : long
return long

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
return void

Seek() public method

public Seek ( long pos ) : void
pos long
return void

SlowIndexInput() public method

public SlowIndexInput ( SlowRAMDirectory outerInstance, IndexInput ii ) : System
outerInstance SlowRAMDirectory
ii IndexInput
return System