C# Class Blizzard.Patch

Inheritance: IDisposable
Show file Open project: SkyFire/toms_tools Class Usage Examples

Public Methods

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

Private Methods

Method Description
BSDIFFParse ( ) : void
RLEUnpack ( ) : MemoryStream
xsign ( uint i ) : uint

Method Details

Apply() public method

public Apply ( string oldFileName, string newFileName, bool validate ) : void
oldFileName string
newFileName string
validate bool
return void

Dispose() public method

public Dispose ( ) : void
return void

Patch() public method

public Patch ( string patchFile ) : System
patchFile string
return System

PrintHeaders() public method

public PrintHeaders ( ) : void
return void