C# Class LuceneNetSqlDirectory.SqlServerIndexInput

Inheritance: Lucene.Net.Store.IndexInput
Show file Open project: MahyTim/LuceneNetSqlDirectory Class Usage Examples

Public Methods

Method Description
Length ( ) : long
ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
Seek ( long pos ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
SqlServerIndexInput ( SqlConnection connection, string name, Options options ) : System.Data.SqlClient

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Length() public method

public Length ( ) : long
return long

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
return void

Seek() public method

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