C# 클래스 Lucene.Net.Store.NIOFSDirectory.IndexInputSlicerAnonymousInnerClassHelper

상속: Lucene.Net.Store.Directory.IndexInputSlicer
파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

IndexInputSlicerAnonymousInnerClassHelper() 공개 메소드

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

OpenFullSlice() 공개 메소드

public OpenFullSlice ( ) : IndexInput
리턴 IndexInput

OpenSlice() 공개 메소드

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