Module com.github.f4b6a3.uuid
Class Base64Decoder
- java.lang.Object
-
- com.github.f4b6a3.uuid.codec.base.function.BaseNDecoder
-
- com.github.f4b6a3.uuid.codec.base.function.Base64Decoder
-
public final class Base64Decoder extends BaseNDecoder
Function that decodes a base-64 string to a UUID.It is case SENSITIVE.
- See Also:
- RFC-4648
-
-
Field Summary
-
Fields inherited from class com.github.f4b6a3.uuid.codec.base.function.BaseNDecoder
base, map
-
-
Constructor Summary
Constructors Constructor Description Base64Decoder(BaseN base)Constructor with a base-n.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDapply(String string)-
Methods inherited from class com.github.f4b6a3.uuid.codec.base.function.BaseNDecoder
get
-
-