Method | Description | |
---|---|---|
HexDump ( byte buf ) : string | ||
HexDump ( byte buf, long len ) : string | ||
HexDump ( byte buf, long len, int col ) : string | ||
HexDump ( byte buf, long len, int col, string delim ) : string |
public static HexDump ( byte buf, long len ) : string | ||
buf | byte | |
len | long | |
return | string |
public static HexDump ( byte buf, long len, int col ) : string | ||
buf | byte | |
len | long | |
col | int | |
return | string |
public static HexDump ( byte buf, long len, int col, string delim ) : string | ||
buf | byte | |
len | long | |
col | int | |
delim | string | |
return | string |