C# 클래스 Lucene.Net.Index.MockIndexInput

IndexInput backed by a byte[] for testing.
상속: Lucene.Net.Store.BufferedIndexInput
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Length ( ) : long
MockIndexInput ( byte bytes )

보호된 메소드들

메소드 설명
ReadInternal ( byte dest, int destOffset, int len ) : void
SeekInternal ( long pos ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Length() 공개 메소드

public Length ( ) : long
리턴 long

MockIndexInput() 공개 메소드

public MockIndexInput ( byte bytes )
bytes byte

ReadInternal() 보호된 메소드

protected ReadInternal ( byte dest, int destOffset, int len ) : void
dest byte
destOffset int
len int
리턴 void

SeekInternal() 보호된 메소드

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