public class BinaryToHexConverter extends Object
| Constructor and Description |
|---|
BinaryToHexConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convert(byte[] data)
Converts an array of bytes into a hex string.
|
public static String convert(byte[] data)
data - An array of bytesIllegalArgumentException - if data is null.Copyright © 2025. All rights reserved.