- java.lang.Object
-
- io.github.mmm.binary.codec.Base
-
- io.github.mmm.binary.codec.BaseGeneric
-
- io.github.mmm.binary.codec.Base32
-
- All Implemented Interfaces:
BinaryCodec
public final class Base32 extends BaseGeneric
Base32
is a encoding that has an alphabet with 32 letters. Typical alphabets shall only use Latin letters and digits. It such case representations can be selected with a double click. However, the padding character '=' will not be selected.- Since:
- 1.0.0
- See Also:
Base58
-
-
Method Summary
-
Methods inherited from class io.github.mmm.binary.codec.BaseGeneric
createConfig, doDecode, doEncode, isCaseSensitive
-
Methods inherited from class io.github.mmm.binary.codec.Base
decode, encode, getAlphabet, toString, withFormat
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.binary.codec.BinaryCodec
decodeInt, decodeLong, decodeShort, encodeInt, encodeLong, encodeShort
-
-