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

Inheritance: BaseDirectory
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CreateOutput() public méthode

public CreateOutput ( System name ) : Lucene.Net.Store.IndexOutput
name System
Résultat Lucene.Net.Store.IndexOutput

DeleteFile() public méthode

public DeleteFile ( System name ) : void
name System
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FaultyFSDirectory() public méthode

public FaultyFSDirectory ( System dir ) : System
dir System
Résultat System

FileExists() public méthode

public FileExists ( System name ) : bool
name System
Résultat bool

FileLength() public méthode

public FileLength ( System name ) : long
name System
Résultat long

FileModified() public méthode

public FileModified ( System name ) : long
name System
Résultat long

ListAll() public méthode

public ListAll ( ) : System.String[]
Résultat System.String[]

OpenInput() public méthode

public OpenInput ( System name ) : Lucene.Net.Store.IndexInput
name System
Résultat Lucene.Net.Store.IndexInput

TouchFile() public méthode

public TouchFile ( System name ) : void
name System
Résultat void