C# 클래스 NScumm.SaveFileManager

상속: ISaveFileManager
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
ListSavefiles ( string pattern ) : string[]
OpenForLoading ( string fileName ) : Stream
OpenForSaving ( string fileName, bool compress = true ) : Stream
SaveFileManager ( IFileStorage fileStorage ) : System

비공개 메소드들

메소드 설명
EnsureSavePathExists ( string path ) : void
GetSavePath ( ) : string

메소드 상세

ListSavefiles() 공개 메소드

public ListSavefiles ( string pattern ) : string[]
pattern string
리턴 string[]

OpenForLoading() 공개 메소드

public OpenForLoading ( string fileName ) : Stream
fileName string
리턴 Stream

OpenForSaving() 공개 메소드

public OpenForSaving ( string fileName, bool compress = true ) : Stream
fileName string
compress bool
리턴 Stream

SaveFileManager() 공개 메소드

public SaveFileManager ( IFileStorage fileStorage ) : System
fileStorage IFileStorage
리턴 System