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 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.
-