Return a string containing the hexadecimal representation of the
specified byte array
Parameters: buf - the byte array the ASCII hex representation of the byte array.
hexBytes
public static String hexBytes(byte[] buf, int off, int len)(Code)
Return a string containing the hexadecimal representation of
a portion of the specified byte array
Parameters: buf - the byte array Parameters: off - the position of the first byte to convert Parameters: len - the number of bytes to convert the ASCII hex representation of the bytes