public final class Base62Codec extends BaseNCodec
It is case SENSITIVE.
It encodes using remainder operator (modulus).
BaseNCodec.CustomDivider| Modifier and Type | Field and Description |
|---|---|
static Base62Codec |
INSTANCE
A shared immutable instance.
|
base, decoder, encoder| Constructor and Description |
|---|
Base62Codec()
Default constructor.
|
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, validatepublic static final Base62Codec INSTANCE
Copyright © 2024. All rights reserved.