Uses of Class
io.github.mmm.binary.codec.Base32
-
Packages that use Base32 Package Description io.github.mmm.binary.codec -
-
Uses of Base32 in io.github.mmm.binary.codec
Fields in io.github.mmm.binary.codec declared as Base32 Modifier and Type Field Description static Base32
Base32. DEFAULT
Default instance forBase32
according to RFC 4648 (Table 1).static Base32
Base32. ZB32
Instance forBase32
for z-base-32.
-