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

상속: IndexInputSlicer
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
IndexInputSlicerAnonymousInnerClassHelper ( CompoundFileDirectory outerInstance, Lucene entry ) : System.Collections.Generic
OpenSlice ( string sliceDescription, long offset, long length ) : IndexInput

비공개 메소드들

메소드 설명
OpenFullSlice ( ) : IndexInput

메소드 상세

Dispose() 공개 메소드

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

IndexInputSlicerAnonymousInnerClassHelper() 공개 메소드

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

OpenSlice() 공개 메소드

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