C# Class OpenRA.FileSystem.ZipFolder

Inheritance: IReadOnlyPackage
Mostra file Open project: pchote/OpenRA

Public Methods

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

Private Methods

Method Description
ZipFolder ( ) : System

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 Stream

ZipFolder() public method

public ZipFolder ( FileSystem context, ZipFile parent, string path, string filename ) : System
context FileSystem
parent ZipFile
path string
filename string
return System