C# Class Patcher.Data.Archives.ArchiveManager

Inheritance: IDisposable
显示文件 Open project: unforbidable/patcher

Public Methods

Method Description
Dispose ( ) : void
FileExists ( string path ) : bool
GetFileStream ( string path ) : Stream
WhereIsFile ( string path ) : string

Private Methods

Method Description
AddArchive ( string filename ) : void
ArchiveManager ( DataContext context ) : System
CreateArchiveReader ( string filename ) : ArchiveReader

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileExists() public method

public FileExists ( string path ) : bool
path string
return bool

GetFileStream() public method

public GetFileStream ( string path ) : Stream
path string
return Stream

WhereIsFile() public method

public WhereIsFile ( string path ) : string
path string
return string