C# Class TexFix.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[]
WriteAllBytes ( byte head, byte data, string filename ) : void

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

WriteAllBytes() public static méthode

public static WriteAllBytes ( byte head, byte data, string filename ) : void
head byte
data byte
filename string
Résultat void