C# Class Lucene.Net.Index.MockInputStream

Inheritance: Lucene.Net.Store.InputStream
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

MockInputStream() public méthode

public MockInputStream ( byte bytes ) : System
bytes byte
Résultat System

ReadInternal() public méthode

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

SeekInternal() public méthode

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