C# Class OpenRA.FileSystem.ZipFolder

Inheritance: IReadOnlyPackage
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
Contains ( string filename ) : bool
Dispose ( ) : void
GetStream ( string filename ) : Stream
ZipFolder ( FileSystem context, ZipFile parent, string path, string filename ) : System

Private Methods

Méthode Description
ZipFolder ( ) : System

Method Details

Contains() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetStream() public méthode

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

ZipFolder() public méthode

public ZipFolder ( FileSystem context, ZipFile parent, string path, string filename ) : System
context FileSystem
parent ZipFile
path string
filename string
Résultat System