C# Class Patcher.Data.Archives.ArchiveReader

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

Méthodes publiques

Méthode Description
ArchiveReader ( string path ) : System
Dispose ( ) : void
FileExists ( string path ) : bool
GetFileStream ( string path ) : Stream
Open ( ) : void

Méthodes protégées

Méthode Description
DoFileExists ( string path ) : bool
DoGetFileStream ( string path ) : Stream
DoOpen ( ) : void

Method Details

ArchiveReader() public méthode

public ArchiveReader ( string path ) : System
path string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoFileExists() protected abstract méthode

protected abstract DoFileExists ( string path ) : bool
path string
Résultat bool

DoGetFileStream() protected abstract méthode

protected abstract DoGetFileStream ( string path ) : Stream
path string
Résultat Stream

DoOpen() protected abstract méthode

protected abstract DoOpen ( ) : 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

Open() public méthode

public Open ( ) : void
Résultat void