Uses of Class
io.github.mmm.binary.codec.Base64
-
Packages that use Base64 Package Description io.github.mmm.binary.codec -
-
Uses of Base64 in io.github.mmm.binary.codec
Fields in io.github.mmm.binary.codec declared as Base64 Modifier and Type Field Description static Base64
Base64. DEFAULT
Default instance forBase64
according to RFC 4648 (Table 1).static Base64
Base64. URL
Instance forBase64
for usage in URLs according to RFC 4648 (Table 2).
-