public class HEXUtils extends Object
Constructor and Description |
---|
HEXUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static String |
toHexString(byte[] data,
int begin,
int end)
Computes an hexadecimal representation of the specified range of the given byte array.
|
private static String[] byte2hex
public static String toHexString(byte[] data, int begin, int end)
begin
and end
follows the convention found in the Java standard library: the
former indicating the position of the first element included, the latter indicating the position past
the end of the range.data
- begin
- end
- public static void main(String[] args)
Copyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.