C# Class Lucene.Net.Index.MockIndexInput

IndexInput backed by a byte[] for testing.
Inheritance: Lucene.Net.Store.BufferedIndexInput
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Length ( ) : long
MockIndexInput ( byte bytes )

Méthodes protégées

Méthode Description
ReadInternal ( byte dest, int destOffset, int len ) : void
SeekInternal ( long pos ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Length() public méthode

public Length ( ) : long
Résultat long

MockIndexInput() public méthode

public MockIndexInput ( byte bytes )
bytes byte

ReadInternal() protected méthode

protected ReadInternal ( byte dest, int destOffset, int len ) : void
dest byte
destOffset int
len int
Résultat void

SeekInternal() protected méthode

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