C# Class OpenRA.FileSystem.PakFile

Inheritance: IReadOnlyPackage
Show file Open project: pchote/OpenRA Class Usage Examples

Public Methods

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

Method Details

Contains() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetStream() public method

public GetStream ( string filename ) : Stream
filename string
return System.IO.Stream

PakFile() public method

public PakFile ( FileSystem context, string filename ) : System.Collections.Generic
context FileSystem
filename string
return System.Collections.Generic