C# Class SleepHunter.IO.FileArchive

Inheritance: IDisposable
Afficher le fichier Open project: ewrogers/SleepHunter4 Class Usage Examples

Méthodes publiques

Méthode Description
ContainsFile ( string filename ) : bool
Dispose ( ) : void
FileArchive ( string filename ) : System
GetEntry ( string filename ) : FileArchiveEntry
GetStream ( string filename ) : Stream

Private Methods

Méthode Description
Dispose ( bool isDisposing ) : void
ReadTableOfContents ( ) : void

Method Details

ContainsFile() public méthode

public ContainsFile ( string filename ) : bool
filename string
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileArchive() public méthode

public FileArchive ( string filename ) : System
filename string
Résultat System

GetEntry() public méthode

public GetEntry ( string filename ) : FileArchiveEntry
filename string
Résultat FileArchiveEntry

GetStream() public méthode

public GetStream ( string filename ) : Stream
filename string
Résultat Stream