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

Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ExtractFile ( FileDescriptor file, Stream output, Action onProgress = null ) : void

Method Details

ExtractFile() public méthode

public ExtractFile ( string filename, Stream output, Action onProgress = null ) : void
filename string
output Stream
onProgress Action
Résultat void

InstallShieldCABCompression() public méthode

public InstallShieldCABCompression ( Stream header, Stream>.Dictionary volumes ) : System
header Stream
volumes Stream>.Dictionary
Résultat System