C# 클래스 Lucene.Net.Codecs.MockSep.MockSingleIntIndexOutput

Writes ints directly to the file (not in blocks) as vInt. @lucene.experimental
상속: Lucene.Net.Codecs.Sep.IntIndexOutput
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Index ( ) : Lucene.Net.Codecs.Sep.IntIndexOutputIndex
MockSingleIntIndexOutput ( Lucene.Net.Store.Directory dir, string fileName, IOContext context ) : Lucene.Net.Codecs.Sep
ToString ( ) : string
Write ( int v ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Index() 공개 메소드

public Index ( ) : Lucene.Net.Codecs.Sep.IntIndexOutputIndex
리턴 Lucene.Net.Codecs.Sep.IntIndexOutputIndex

MockSingleIntIndexOutput() 공개 메소드

public MockSingleIntIndexOutput ( Lucene.Net.Store.Directory dir, string fileName, IOContext context ) : Lucene.Net.Codecs.Sep
dir Lucene.Net.Store.Directory
fileName string
context Lucene.Net.Store.IOContext
리턴 Lucene.Net.Codecs.Sep

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( int v ) : void
v int
리턴 void