Uses of Class
io.github.mmm.binary.codec.Base16
-
Packages that use Base16 Package Description io.github.mmm.binary.codec -
-
Uses of Base16 in io.github.mmm.binary.codec
Fields in io.github.mmm.binary.codec declared as Base16 Modifier and Type Field Description static Base16
Base16. DEFAULT
Default instance for hexadecimal number encoding.static Base16
Base16. UPPER
Default instance for hexadecimal number encoding (formatted in UPPER case).
-