Method | Description | |
---|---|---|
HexDump ( byte bytes, int bytesPerLine = 16 ) : void | ||
ReadAllBytes ( string fileName ) : byte[] | ||
WriteAllBytes ( byte head, byte data, string filename ) : void |
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static HexDump ( byte bytes, int bytesPerLine = 16 ) : void | ||
bytes | byte | |
bytesPerLine | int | |
return | void |
public static ReadAllBytes ( string fileName ) : byte[] | ||
fileName | string | |
return | byte[] |
public static WriteAllBytes ( byte head, byte data, string filename ) : void | ||
head | byte | |
data | byte | |
filename | string | |
return | void |