C# Class Patcher.Data.Archives.ArchiveManager

Inheritance: IDisposable
Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileExists ( string path ) : bool
GetFileStream ( string path ) : Stream
WhereIsFile ( string path ) : string

Private Methods

Méthode Description
AddArchive ( string filename ) : void
ArchiveManager ( DataContext context ) : System
CreateArchiveReader ( string filename ) : ArchiveReader

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileExists() public méthode

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

GetFileStream() public méthode

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

WhereIsFile() public méthode

public WhereIsFile ( string path ) : string
path string
Résultat string