C# 클래스 Lucene.Net.Store.TestBufferedIndexInput.MockFSDirectory

상속: Lucene.Net.Store.Directory
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
CreateOutput ( string name, IOContext context ) : Lucene.Net.Store.IndexOutput
DeleteFile ( string name ) : void
Dispose ( ) : void
FileExists ( string name ) : bool
FileLength ( string name ) : long
ListAll ( ) : string[]
MockFSDirectory ( DirectoryInfo path, Random rand ) : Lucene.Net.Documents
OpenInput ( string name, IOContext context ) : IndexInput
Sync ( ICollection names ) : void
TweakBufferSizes ( ) : void

메소드 상세

CreateOutput() 공개 메소드

public CreateOutput ( string name, IOContext context ) : Lucene.Net.Store.IndexOutput
name string
context IOContext
리턴 Lucene.Net.Store.IndexOutput

DeleteFile() 공개 메소드

public DeleteFile ( string name ) : void
name string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileExists() 공개 메소드

public FileExists ( string name ) : bool
name string
리턴 bool

FileLength() 공개 메소드

public FileLength ( string name ) : long
name string
리턴 long

ListAll() 공개 메소드

public ListAll ( ) : string[]
리턴 string[]

MockFSDirectory() 공개 메소드

public MockFSDirectory ( DirectoryInfo path, Random rand ) : Lucene.Net.Documents
path DirectoryInfo
rand System.Random
리턴 Lucene.Net.Documents

OpenInput() 공개 메소드

public OpenInput ( string name, IOContext context ) : IndexInput
name string
context IOContext
리턴 IndexInput

Sync() 공개 메소드

public Sync ( ICollection names ) : void
names ICollection
리턴 void

TweakBufferSizes() 공개 메소드

public TweakBufferSizes ( ) : void
리턴 void