C# Class OpenRA.FileSystem.PakFile

Inheritance: IReadOnlyPackage
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string filename ) : bool
Dispose ( ) : void
GetStream ( string filename ) : Stream
PakFile ( FileSystem context, string filename ) : System.Collections.Generic

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 System.IO.Stream

PakFile() public méthode

public PakFile ( FileSystem context, string filename ) : System.Collections.Generic
context FileSystem
filename string
Résultat System.Collections.Generic