java.lang.Object
de.s42.base.uuid.UUID64
UUID58 provides uuid base64 string encoding and decoding for UUIDs to shorten, improve readability and cUngültige Eingabe: "&p" support in
string form.
uuid64 strings look like: , ...
- Autor:
- Benjamin Schiller
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
UUID64
private UUID64()
-
-
Methodendetails
-
fromString
public static UUID fromString(String uuid64) throws IndexOutOfBoundsException, IllegalArgumentException, NullPointerException Converts a uuid base64 string into a UUID.- Parameter:
uuid64
- A valid uuid base64 string- Gibt zurück:
- Restored UUID from base64 string
- Löst aus:
IllegalArgumentException
- If the string is too longIndexOutOfBoundsException
- If a character is contained which is not part of the SymbolsNullPointerException
- If the parameter uuid58 is null
-
toString
Converts a UUID into a uuid base58 string.- Parameter:
uuid
- The UUID to be converted- Gibt zurück:
- The uuid base64 string using
- Löst aus:
NullPointerException
- If the parameter uuid58 is null
-