C# Class OpenRA.Mods.Common.FileFormats.InstallShieldCABCompression

Exibir arquivo Open project: OpenRA/OpenRA Class Usage Examples

Public Methods

Method Description
ExtractFile ( string filename, Stream output, Action onProgress = null ) : void
InstallShieldCABCompression ( Stream header, Stream>.Dictionary volumes ) : System

Private Methods

Method Description
ExtractFile ( FileDescriptor file, Stream output, Action onProgress = null ) : void

Method Details

ExtractFile() public method

public ExtractFile ( string filename, Stream output, Action onProgress = null ) : void
filename string
output Stream
onProgress Action
return void

InstallShieldCABCompression() public method

public InstallShieldCABCompression ( Stream header, Stream>.Dictionary volumes ) : System
header Stream
volumes Stream>.Dictionary
return System