C# Class GfxDecompressor.Form1

Afficher le fichier Open project: Jdbye/Telefang-2-English-Translation-Project

Méthodes publiques

Méthode Description
ByteArrayToString ( byte ba ) : string
Form1 ( ) : System
IndexOf ( byte arrayToSearchThrough, byte patternToFind ) : int
LoadPalFile ( string path ) : void

LoadRawPalFile ( int offset ) : void
SaveBitmap ( string path ) : void
Scan ( int sizeMultible ) : void

StringToByteArray ( String hex ) : byte[]

UpdateGraphics ( ) : void
find ( byte pattern, int start = -1 ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
checkBox2_CheckedChanged ( object sender, EventArgs e ) : void
numericUpDown1_ValueChanged ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

ByteArrayToString() public static méthode

public static ByteArrayToString ( byte ba ) : string
ba byte
Résultat string

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

IndexOf() public static méthode

public static IndexOf ( byte arrayToSearchThrough, byte patternToFind ) : int
arrayToSearchThrough byte
patternToFind byte
Résultat int

LoadPalFile() public méthode

public LoadPalFile ( string path ) : void
path string
Résultat void

LoadRawPalFile() public méthode

public LoadRawPalFile ( int offset ) : void
offset int
Résultat void

SaveBitmap() public méthode

public SaveBitmap ( string path ) : void
path string
Résultat void

Scan() public méthode

public Scan ( int sizeMultible ) : void
sizeMultible int
Résultat void

StringToByteArray() public static méthode

public static StringToByteArray ( String hex ) : byte[]
hex String
Résultat byte[]

UpdateGraphics() public méthode

public UpdateGraphics ( ) : void
Résultat void

find() public méthode

public find ( byte pattern, int start = -1 ) : int
pattern byte
start int
Résultat int