C# Class SharpTune.RomMod.Verifier

Inheritance: IDisposable
ファイルを表示 Open project: Merp/SharpTune Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TryVerify ( IList patches ) : bool
Verifier ( Stream rs, SRecordReader sr, bool apply ) : System
Verifier ( string patchPath, string romPath, bool apply ) : System

Private Methods

Method Description
TryProcessRecord ( Patch patch, SRecord record ) : bool
TryVerifyPatch ( Patch patch ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TryVerify() public method

public TryVerify ( IList patches ) : bool
patches IList
return bool

Verifier() public method

public Verifier ( Stream rs, SRecordReader sr, bool apply ) : System
rs Stream
sr SRecordReader
apply bool
return System

Verifier() public method

public Verifier ( string patchPath, string romPath, bool apply ) : System
patchPath string
romPath string
apply bool
return System