C# 클래스 Lucene.Net.Index.TestFieldsReader.FaultyIndexInput

상속: BufferedIndexInput
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
Clone ( ) : Object
Length ( ) : long
ReadInternal ( byte b, int offset, int length ) : void
SeekInternal ( long pos ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
FaultyIndexInput ( Lucene.Net.Store.IndexInput delegate_Renamed ) : System
SimOutage ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 System.Object

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Length() 공개 메소드

public Length ( ) : long
리턴 long

ReadInternal() 공개 메소드

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

SeekInternal() 공개 메소드

public SeekInternal ( long pos ) : void
pos long
리턴 void