C# Class Lucene.Net.Index.TestMultiLevelSkipList.CountingStream

Inheritance: IndexInput
Mostra file Open project: synhershko/lucene.net

Public Methods

Method Description
Clone ( ) : Object
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
CountingStream ( TestMultiLevelSkipList enclosingInstance, Lucene.Net.Store.IndexInput input ) : System
InitBlock ( TestMultiLevelSkipList enclosingInstance ) : void

Method Details

Clone() public method

public Clone ( ) : Object
return System.Object

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