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

Inheritance: Lucene.Net.Store.Directory.IndexInputSlicer
Show file Open project: paulirwin/lucene.net

Public Methods

Method Description
Dispose ( bool disposing ) : void
IndexInputSlicerAnonymousInnerClassHelper ( NIOFSDirectory outerInstance, Lucene context, FileInfo path, FileStream descriptor ) : System.Threading
OpenFullSlice ( ) : IndexInput
OpenSlice ( string sliceDescription, long offset, long length ) : IndexInput

Method Details

Dispose() public method

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

IndexInputSlicerAnonymousInnerClassHelper() public method

public IndexInputSlicerAnonymousInnerClassHelper ( NIOFSDirectory outerInstance, Lucene context, FileInfo path, FileStream descriptor ) : System.Threading
outerInstance NIOFSDirectory
context Lucene
path System.IO.FileInfo
descriptor System.IO.FileStream
return System.Threading

OpenFullSlice() public method

public OpenFullSlice ( ) : IndexInput
return IndexInput

OpenSlice() public method

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