Uses of Class
io.github.mmm.binary.codec.Base
-
Packages that use Base Package Description io.github.mmm.binary.codec -
-
Uses of Base in io.github.mmm.binary.codec
Subclasses of Base in io.github.mmm.binary.codec Modifier and Type Class Description class
Base10
Base10
is the common decimal number encoding.class
Base16
Base16
is the common octal number encoding.class
Base2
Base2
is the common binary number encoding.class
Base32
Base32
is a encoding that has an alphabet with 32 letters.class
Base58
Base58
is a encoding that has an alphabet with 58 letters.class
Base64
Base64
is a encoding that has an alphabet with 64 letters.class
Base8
Base8
is the common octal number encoding.class
BaseGeneric
Implementation ofBinaryCodec
based onalphabet
of unique and visible ASCII characters.Constructors in io.github.mmm.binary.codec with parameters of type Base Constructor Description BaseFormatCodec(Base base, BaseFormat format)
The constructor.
-