C# Class Lucene.Net.Index.MockInputStream

Inheritance: Lucene.Net.Store.InputStream
Exibir arquivo Open project: runefs/Marvin Class Usage Examples

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

MockInputStream() public method

public MockInputStream ( byte bytes ) : System
bytes byte
return System

ReadInternal() public method

public ReadInternal ( byte dest, int destOffset, int len ) : void
dest byte
destOffset int
len int
return void

SeekInternal() public method

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