C# Class TexValidation.Program

Afficher le fichier Open project: CarlosX/RakionLauncher

Méthodes publiques

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

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

HexDump() public static méthode

public static HexDump ( byte bytes, int bytesPerLine = 16 ) : void
bytes byte
bytesPerLine int
Résultat void

ReadAllBytes() public static méthode

public static ReadAllBytes ( string fileName ) : byte[]
fileName string
Résultat byte[]