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| Modifier and Type | Field and Description |
|---|---|
static Base32Codec |
INSTANCE
A shared immutable instance.
|
base, decoder, encoder| Constructor and Description |
|---|
Base32Codec()
Default constructor.
|
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, validatepublic static final Base32Codec INSTANCE
Copyright © 2024. All rights reserved.