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| 限定符和类型 | 字段和说明 |
|---|---|
static Base16Codec |
INSTANCE |
| 构造器和说明 |
|---|
Base16Codec() |
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstancepublic static final Base16Codec INSTANCE
Copyright © 2024. All rights reserved.