Uses of Package
org.miaixz.bus.core.codec.binary.provider
Packages that use org.miaixz.bus.core.codec.binary.provider
-
Classes in org.miaixz.bus.core.codec.binary.provider used by org.miaixz.bus.core.codec.binary.providerClassDescriptionBase16(Hex)编码解码器 十六进制(简写为hex或下标16)在数学中是一种逢16进1的进位制,一般用数字0到9和字母A到F表示(其中:A~F即10~15)。Base32 - encodes and decodes RFC4648 Base32 (see https://datatracker.ietf.org/doc/html/rfc4648#section-6 ) base32就是用32(2的5次方)个特定ASCII码来表示256个ASCII码。Base58编码器 此编码器不包括校验码、版本等信息Base62编码解码实现,常用于短URL From https://github.com/seruco/base62