C# Class TexValidation.Program

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

Public Methods

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

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[]