Module io.github.mmm.binary
Package io.github.mmm.binary.codec
-
Interface Summary Interface Description BinaryCodec -
Class Summary Class Description Base Implementation ofBinaryCodecbased onalphabetof unique and visible ASCII characters.Base10 Base10is the common decimal number encoding.Base16 Base16is the common octal number encoding.Base2 Base2is the common binary number encoding.Base32 Base32is a encoding that has an alphabet with 32 letters.Base58 Base58is a encoding that has an alphabet with 58 letters.Base64 Base64is a encoding that has an alphabet with 64 letters.Base8 Base8is the common octal number encoding.BaseFormat Format forBase.BaseFormatCodec BaseGeneric Implementation ofBinaryCodecbased onalphabetof unique and visible ASCII characters.