C# Class OpenRA.FileSystem.BigFile

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

Public Methods

Method Description
BigFile ( FileSystem context, string filename ) : System
Contains ( string filename ) : bool
Dispose ( ) : void
GetStream ( string filename ) : Stream

Method Details

BigFile() public method

public BigFile ( FileSystem context, string filename ) : System
context FileSystem
filename string
return System

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 Stream