C# Class Lucene.Net.Store.CompoundFileDirectory.IndexInputSlicerAnonymousInnerClassHelper

Inheritance: IndexInputSlicer
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
Dispose ( bool disposing ) : void
IndexInputSlicerAnonymousInnerClassHelper ( CompoundFileDirectory outerInstance, Lucene entry ) : System.Collections.Generic
OpenSlice ( string sliceDescription, long offset, long length ) : IndexInput

Private Methods

Méthode Description
OpenFullSlice ( ) : IndexInput

Method Details

Dispose() public méthode

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

IndexInputSlicerAnonymousInnerClassHelper() public méthode

public IndexInputSlicerAnonymousInnerClassHelper ( CompoundFileDirectory outerInstance, Lucene entry ) : System.Collections.Generic
outerInstance CompoundFileDirectory
entry Lucene
Résultat System.Collections.Generic

OpenSlice() public méthode

public OpenSlice ( string sliceDescription, long offset, long length ) : IndexInput
sliceDescription string
offset long
length long
Résultat IndexInput