C# Class Machine.Mta.DotNetBinaryStorage.InMemoryFileSystem

Inheritance: IFlatFileSystem
Afficher le fichier Open project: machine/machine.mta

Méthodes publiques

Méthode Description
Create ( string path ) : Stream
Delete ( string path ) : void
IsFile ( string path ) : bool
ListFiles ( string directory, string suffix ) : IEnumerable
Open ( string path ) : Stream

Method Details

Create() public méthode

public Create ( string path ) : Stream
path string
Résultat Stream

Delete() public méthode

public Delete ( string path ) : void
path string
Résultat void

IsFile() public méthode

public IsFile ( string path ) : bool
path string
Résultat bool

ListFiles() public méthode

public ListFiles ( string directory, string suffix ) : IEnumerable
directory string
suffix string
Résultat IEnumerable

Open() public méthode

public Open ( string path ) : Stream
path string
Résultat Stream