C# Class Lucene.Net.Index.TestFieldsReader.FaultyFSDirectory

Inheritance: BaseDirectory
显示文件 Open project: synhershko/lucene.net

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CreateOutput() public method

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

DeleteFile() public method

public DeleteFile ( System name ) : void
name System
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FaultyFSDirectory() public method

public FaultyFSDirectory ( System dir ) : System
dir System
return System

FileExists() public method

public FileExists ( System name ) : bool
name System
return bool

FileLength() public method

public FileLength ( System name ) : long
name System
return long

FileModified() public method

public FileModified ( System name ) : long
name System
return long

ListAll() public method

public ListAll ( ) : System.String[]
return System.String[]

OpenInput() public method

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

TouchFile() public method

public TouchFile ( System name ) : void
name System
return void