C# 클래스 Blizzard.Patch

상속: IDisposable
파일 보기 프로젝트 열기: SkyFire/toms_tools 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( string oldFileName, string newFileName, bool validate ) : void
Dispose ( ) : void
Patch ( string patchFile ) : System
PrintHeaders ( ) : void

비공개 메소드들

메소드 설명
BSDIFFParse ( ) : void
RLEUnpack ( ) : MemoryStream
xsign ( uint i ) : uint

메소드 상세

Apply() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Patch() 공개 메소드

public Patch ( string patchFile ) : System
patchFile string
리턴 System

PrintHeaders() 공개 메소드

public PrintHeaders ( ) : void
리턴 void