Module io.github.mmm.binary
Package io.github.mmm.binary.codec
-
Interface Summary Interface Description BinaryCodec -
Class Summary Class Description Base Implementation ofBinaryCodec
based onalphabet
of unique and visible ASCII characters.Base10 Base10
is the common decimal number encoding.Base16 Base16
is the common octal number encoding.Base2 Base2
is the common binary number encoding.Base32 Base32
is a encoding that has an alphabet with 32 letters.Base58 Base58
is a encoding that has an alphabet with 58 letters.Base64 Base64
is a encoding that has an alphabet with 64 letters.Base8 Base8
is the common octal number encoding.BaseFormat Format forBase
.BaseFormatCodec BaseGeneric Implementation ofBinaryCodec
based onalphabet
of unique and visible ASCII characters.