C# Class NScumm.SaveFileManager

Inheritance: ISaveFileManager
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
ListSavefiles ( string pattern ) : string[]
OpenForLoading ( string fileName ) : Stream
OpenForSaving ( string fileName, bool compress = true ) : Stream
SaveFileManager ( IFileStorage fileStorage ) : System

Private Methods

Méthode Description
EnsureSavePathExists ( string path ) : void
GetSavePath ( ) : string

Method Details

ListSavefiles() public méthode

public ListSavefiles ( string pattern ) : string[]
pattern string
Résultat string[]

OpenForLoading() public méthode

public OpenForLoading ( string fileName ) : Stream
fileName string
Résultat Stream

OpenForSaving() public méthode

public OpenForSaving ( string fileName, bool compress = true ) : Stream
fileName string
compress bool
Résultat Stream

SaveFileManager() public méthode

public SaveFileManager ( IFileStorage fileStorage ) : System
fileStorage IFileStorage
Résultat System