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
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode 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 méthode

public Clone ( ) : object
Résultat object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Length() public méthode

public Length ( ) : long
Résultat long

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
Résultat void

Seek() public méthode

public Seek ( long pos ) : void
pos long
Résultat void

SlowIndexInput() public méthode

public SlowIndexInput ( SlowRAMDirectory outerInstance, IndexInput ii ) : System
outerInstance SlowRAMDirectory
ii IndexInput
Résultat System