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

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

Public Methods

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

Private Methods

Method Description
OpenFullSlice ( ) : IndexInput

Method Details

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

IndexInputSlicerAnonymousInnerClassHelper() public method

public IndexInputSlicerAnonymousInnerClassHelper ( CompoundFileDirectory outerInstance, Lucene entry ) : System.Collections.Generic
outerInstance CompoundFileDirectory
entry Lucene
return System.Collections.Generic

OpenSlice() public method

public OpenSlice ( string sliceDescription, long offset, long length ) : IndexInput
sliceDescription string
offset long
length long
return IndexInput