Uses of Package
io.github.mmm.binary.codec
-
Packages that use io.github.mmm.binary.codec Package Description io.github.mmm.binary io.github.mmm.binary.codec -
Classes in io.github.mmm.binary.codec used by io.github.mmm.binary Class Description BinaryCodec -
Classes in io.github.mmm.binary.codec used by io.github.mmm.binary.codec 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.BaseGeneric Implementation ofBinaryCodecbased onalphabetof unique and visible ASCII characters.BinaryCodec