Method | Description | |
---|---|---|
HexDump ( byte bytes, int bytesPerLine = 16 ) : void | ||
ReadAllBytes ( string fileName ) : byte[] |
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[] |