Klasse Strings

java.lang.Object
de.srsoftware.tools.Strings

public class Strings extends Object
Utilities for String handling
  • Methodendetails

    • hex

      public static String hex(byte[] bytes)
      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

      public static String uuid()
      shorthand to create a new UUID
      Gibt zurück:
      a random uuid