public final class Base32Codec extends BaseNCodec
It is case insensitive, so it decodes from lower and upper case, but encodes to lower case only.
This codec complies with RFC-4648, encoding a byte array sequentially. If you
need a codec that encodes integers using the remainder operator (modulus),
use the static factory BaseNCodec.newInstance(BaseN).
BaseNCodec.CustomDivider| 限定符和类型 | 字段和说明 |
|---|---|
static Base32Codec |
INSTANCE |
| 构造器和说明 |
|---|
Base32Codec() |
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstancepublic static final Base32Codec INSTANCE
Copyright © 2024. All rights reserved.