C# Class Lucene.Net.Store.TestBufferedIndexInput.MyBufferedIndexInput

Inheritance: BufferedIndexInput
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
Dispose ( ) : void
Length ( ) : long
MyBufferedIndexInput ( ) : Lucene.Net.Documents
MyBufferedIndexInput ( long len ) : Lucene.Net.Documents

Protected Methods

Method Description
ReadInternal ( byte b, int offset, int length ) : void
SeekInternal ( long pos ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Length() public method

public Length ( ) : long
return long

MyBufferedIndexInput() public method

public MyBufferedIndexInput ( ) : Lucene.Net.Documents
return Lucene.Net.Documents

MyBufferedIndexInput() public method

public MyBufferedIndexInput ( long len ) : Lucene.Net.Documents
len long
return Lucene.Net.Documents

ReadInternal() protected method

protected ReadInternal ( byte b, int offset, int length ) : void
b byte
offset int
length int
return void

SeekInternal() protected method

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