public abstract class BaseNDecoder extends Object implements java.util.function.Function<String,UUID>
If the base-n is case insensitive, it decodes in lower case and upper case.
public BaseNDecoder(BaseN base)
base - an enumeration that represents the base-n encodingCopyright © 2024. All rights reserved.