C# 클래스 Lucene.Net.Index.TestFieldsReader.FaultyFSDirectory

상속: BaseDirectory
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
CreateOutput ( System name ) : Lucene.Net.Store.IndexOutput
DeleteFile ( System name ) : void
FaultyFSDirectory ( System dir ) : System
FileExists ( System name ) : bool
FileLength ( System name ) : long
FileModified ( System name ) : long
ListAll ( ) : System.String[]
OpenInput ( System name ) : Lucene.Net.Store.IndexInput
TouchFile ( System name ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

CreateOutput() 공개 메소드

public CreateOutput ( System name ) : Lucene.Net.Store.IndexOutput
name System
리턴 Lucene.Net.Store.IndexOutput

DeleteFile() 공개 메소드

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

Dispose() 보호된 메소드

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

FaultyFSDirectory() 공개 메소드

public FaultyFSDirectory ( System dir ) : System
dir System
리턴 System

FileExists() 공개 메소드

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

FileLength() 공개 메소드

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

FileModified() 공개 메소드

public FileModified ( System name ) : long
name System
리턴 long

ListAll() 공개 메소드

public ListAll ( ) : System.String[]
리턴 System.String[]

OpenInput() 공개 메소드

public OpenInput ( System name ) : Lucene.Net.Store.IndexInput
name System
리턴 Lucene.Net.Store.IndexInput

TouchFile() 공개 메소드

public TouchFile ( System name ) : void
name System
리턴 void