C# Class Blizzard.Patch

Inheritance: IDisposable
Afficher le fichier Open project: SkyFire/toms_tools Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( string oldFileName, string newFileName, bool validate ) : void
Dispose ( ) : void
Patch ( string patchFile ) : System
PrintHeaders ( ) : void

Private Methods

Méthode Description
BSDIFFParse ( ) : void
RLEUnpack ( ) : MemoryStream
xsign ( uint i ) : uint

Method Details

Apply() public méthode

public Apply ( string oldFileName, string newFileName, bool validate ) : void
oldFileName string
newFileName string
validate bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Patch() public méthode

public Patch ( string patchFile ) : System
patchFile string
Résultat System

PrintHeaders() public méthode

public PrintHeaders ( ) : void
Résultat void