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

Inheritance: IndexInput
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
Clone ( ) : Object
Length ( ) : long
ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
Seek ( long pos ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CountingStream ( TestMultiLevelSkipList enclosingInstance, Lucene.Net.Store.IndexInput input ) : System
InitBlock ( TestMultiLevelSkipList enclosingInstance ) : void

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat System.Object

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Length() public méthode

public Length ( ) : long
Résultat long

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
Résultat void

Seek() public méthode

public Seek ( long pos ) : void
pos long
Résultat void