C# Class TexFix.Program

ファイルを表示 Open project: CarlosX/RakionLauncher

Public Methods

Method Description
HexDump ( byte bytes, int bytesPerLine = 16 ) : void
ReadAllBytes ( string fileName ) : byte[]
WriteAllBytes ( byte head, byte data, string filename ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

HexDump() public static method

public static HexDump ( byte bytes, int bytesPerLine = 16 ) : void
bytes byte
bytesPerLine int
return void

ReadAllBytes() public static method

public static ReadAllBytes ( string fileName ) : byte[]
fileName string
return byte[]

WriteAllBytes() public static method

public static WriteAllBytes ( byte head, byte data, string filename ) : void
head byte
data byte
filename string
return void