Package com.schibsted.spt.data.jslt.impl
Class Utils
java.lang.Object
com.schibsted.spt.data.jslt.impl.Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static char
getHexDigit
(int number) static String
printHexBinary
(byte[] data) Return a lower-case hex representation of the binary data.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
printHexBinary
Return a lower-case hex representation of the binary data. -
getHexDigit
private static char getHexDigit(int number)
-