C# Class Lucene.Net.Index.TestFieldsReader.FaultyIndexInput

Inheritance: BufferedIndexInput
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
Clone ( ) : Object
Length ( ) : long
ReadInternal ( byte b, int offset, int length ) : void
SeekInternal ( long pos ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
FaultyIndexInput ( Lucene.Net.Store.IndexInput delegate_Renamed ) : System
SimOutage ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat System.Object

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Length() public méthode

public Length ( ) : long
Résultat long

ReadInternal() public méthode

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

SeekInternal() public méthode

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