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

Inheritance: BufferedIndexInput
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FaultyIndexInput ( Lucene.Net.Store.IndexInput delegate_Renamed ) : System
SimOutage ( ) : void

Method Details

Clone() public method

public Clone ( ) : Object
return System.Object

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Length() public method

public Length ( ) : long
return long

ReadInternal() public method

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

SeekInternal() public method

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