Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order. The returned array will be double the length of the passed array, as it takes two characters to represent any given byte. @param data a byte[] to convert to Hex characters @r
(final byte[] data)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected