C# Class OpenRA.FileSystem.D2kSoundResources

Inheritance: IFolder
Show file Open project: pchote/OpenRA

Public Methods

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

Method Details

Contains() public method

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

D2kSoundResources() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetStream() public method

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