C# Class Lucene.Net.Store.FSDirectory.FSIndexOutput

Writes output with RandomAccessFile#write(byte[], int, int)
Inheritance: BufferedIndexOutput
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
Dispose ( ) : void
FSIndexOutput ( FSDirectory parent, string name ) : System
Seek ( long pos ) : void

Random-access methods

Protected Methods

Method Description
FlushBuffer ( byte b, int offset, int size ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FSIndexOutput() public method

public FSIndexOutput ( FSDirectory parent, string name ) : System
parent FSDirectory
name string
return System

FlushBuffer() protected method

protected FlushBuffer ( byte b, int offset, int size ) : void
b byte
offset int
size int
return void

Seek() public method

Random-access methods
public Seek ( long pos ) : void
pos long
return void