Class Base32Codec

  • All Implemented Interfaces:
    UuidCodec<String>

    public final class Base32Codec
    extends BaseNCodec
    Codec for base-32 as defined in RFC-4648. It is case insensitive, so it decodes in lower and upper case, but encodes in 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). See: https://tools.ietf.org/html/rfc4648
    • Field Detail

      • INSTANCE

        public static final Base32Codec INSTANCE
        A shared immutable instance.
    • Constructor Detail

      • Base32Codec

        public Base32Codec()