C# 클래스 GfxDecompressor.Form1

파일 보기 프로젝트 열기: Jdbye/Telefang-2-English-Translation-Project

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ByteArrayToString() 공개 정적인 메소드

public static ByteArrayToString ( byte ba ) : string
ba byte
리턴 string

Dispose() 보호된 메소드

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

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

IndexOf() 공개 정적인 메소드

public static IndexOf ( byte arrayToSearchThrough, byte patternToFind ) : int
arrayToSearchThrough byte
patternToFind byte
리턴 int

LoadPalFile() 공개 메소드

public LoadPalFile ( string path ) : void
path string
리턴 void

LoadRawPalFile() 공개 메소드

public LoadRawPalFile ( int offset ) : void
offset int
리턴 void

SaveBitmap() 공개 메소드

public SaveBitmap ( string path ) : void
path string
리턴 void

Scan() 공개 메소드

public Scan ( int sizeMultible ) : void
sizeMultible int
리턴 void

StringToByteArray() 공개 정적인 메소드

public static StringToByteArray ( String hex ) : byte[]
hex String
리턴 byte[]

UpdateGraphics() 공개 메소드

public UpdateGraphics ( ) : void
리턴 void

find() 공개 메소드

public find ( byte pattern, int start = -1 ) : int
pattern byte
start int
리턴 int