Package de.srsoftware.tools
Klasse Strings
java.lang.Object
de.srsoftware.tools.Strings
Utilities for String handling
-
Methodenübersicht
-
Methodendetails
-
hex
get a hexadecimal representation of the byte array- Parameter:
bytes- a byte array to convert to a hex string- Gibt zurück:
- a string containing a hexadecimal representation of the given byte array
-
uuid
shorthand to create a new UUID- Gibt zurück:
- a random uuid
-