C# Class SleepHunter.IO.FileArchiveManager

ファイルを表示 Open project: ewrogers/SleepHunter4

Public Methods

Method Description
ClearArchives ( ) : void
ContainsArchive ( string filename ) : bool
GetArchive ( string filename ) : FileArchive
RemoveArchive ( string filename ) : bool

Private Methods

Method Description
FileArchiveManager ( ) : System

Method Details

ClearArchives() public method

public ClearArchives ( ) : void
return void

ContainsArchive() public method

public ContainsArchive ( string filename ) : bool
filename string
return bool

GetArchive() public method

public GetArchive ( string filename ) : FileArchive
filename string
return FileArchive

RemoveArchive() public method

public RemoveArchive ( string filename ) : bool
filename string
return bool