C# Class ContraCrack.Transformers.MPRESSUnpacker

Inheritance: ITransformer
Show file Open project: contra/DotCrack Class Usage Examples

Public Methods

Method Description
Load ( ) : void
MPRESSUnpacker ( string fileLoc ) : System
Save ( ) : void
Transform ( ) : void
WriteByteArrayToFile ( byte buff, string fileName ) : bool

Method Details

Load() public method

public Load ( ) : void
return void

MPRESSUnpacker() public method

public MPRESSUnpacker ( string fileLoc ) : System
fileLoc string
return System

Save() public method

public Save ( ) : void
return void

Transform() public method

public Transform ( ) : void
return void

WriteByteArrayToFile() public method

public WriteByteArrayToFile ( byte buff, string fileName ) : bool
buff byte
fileName string
return bool