Class Base32Decoder
- java.lang.Object
-
- com.github.f4b6a3.uuid.codec.base.function.BaseNDecoder
-
- com.github.f4b6a3.uuid.codec.base.function.Base32Decoder
-
public final class Base32Decoder extends BaseNDecoder
Function that decodes a base-32 string to a UUID. It is case insensitive, so it decodes in lower case and upper case. See: https://tools.ietf.org/html/rfc4648
-
-
Field Summary
-
Fields inherited from class com.github.f4b6a3.uuid.codec.base.function.BaseNDecoder
base, map
-
-
Constructor Summary
Constructors Constructor Description Base32Decoder(BaseN base)
-
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
toCharArray
-
-