Uses of Class
io.github.mmm.binary.codec.BaseGeneric
-
Packages that use BaseGeneric Package Description io.github.mmm.binary.codec -
-
Uses of BaseGeneric in io.github.mmm.binary.codec
Subclasses of BaseGeneric in io.github.mmm.binary.codec Modifier and Type Class Description classBase10Base10is the common decimal number encoding.classBase16Base16is the common octal number encoding.classBase2Base2is the common binary number encoding.classBase32Base32is a encoding that has an alphabet with 32 letters.classBase58Base58is a encoding that has an alphabet with 58 letters.classBase64Base64is a encoding that has an alphabet with 64 letters.classBase8Base8is the common octal number encoding.
-