C# Class LuceneNetSqlDirectory.SqlServerIndexOutput

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

Public Methods

Method Description
Flush ( ) : void
Seek ( long pos ) : void
SqlServerIndexOutput ( SqlConnection connection, string name, Options options ) : System
WriteByte ( byte b ) : void
WriteBytes ( byte b, int offset, int length ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

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

Flush() public method

public Flush ( ) : void
return void

Seek() public method

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

SqlServerIndexOutput() public method

public SqlServerIndexOutput ( SqlConnection connection, string name, Options options ) : System
connection System.Data.SqlClient.SqlConnection
name string
options Options
return System

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void

WriteBytes() public method

public WriteBytes ( byte b, int offset, int length ) : void
b byte
offset int
length int
return void