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