Package eu.svjatoslav.commons.data
Class HexConverter
java.lang.Object
eu.svjatoslav.commons.data.HexConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
byteArrayToHex
(byte[] bytes) Converts a byte array to hexadecimal string.
-
Constructor Details
-
HexConverter
public HexConverter()
-
-
Method Details
-
byteArrayToHex
Converts a byte array to hexadecimal string.- Parameters:
bytes
- Byte array.- Returns:
- Hexadecimal string.
-