C# Class SleepHunter.IO.FileArchive

Inheritance: IDisposable
Datei anzeigen Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Methods

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

Private Methods

Method Description
Dispose ( bool isDisposing ) : void
ReadTableOfContents ( ) : void

Method Details

ContainsFile() public method

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

Dispose() public method

public Dispose ( ) : void
return void

FileArchive() public method

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

GetEntry() public method

public GetEntry ( string filename ) : FileArchiveEntry
filename string
return FileArchiveEntry

GetStream() public method

public GetStream ( string filename ) : Stream
filename string
return Stream