public final class Base16Codec extends BaseNCodec
It is case insensitive, so it decodes from lower and upper case, but encodes to lower case only.
It can be up to 22x faster than doing
uuid.toString().replaceAll("-", "")`.
BaseNCodec.CustomDivider| Modifier and Type | Field and Description |
|---|---|
static Base16Codec |
INSTANCE
A shared immutable instance.
|
base, decoder, encoder| Constructor and Description |
|---|
Base16Codec()
Default constructor.
|
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, validatepublic static final Base16Codec INSTANCE
Copyright © 2024. All rights reserved.