类分层结构
- java.lang.Object
- tech.mhuang.pacebox.core.codec.Base16 (implements tech.mhuang.pacebox.core.codec.Decoder<T,R>, tech.mhuang.pacebox.core.codec.Encoder<T,R>)
- tech.mhuang.pacebox.core.codec.Base32 (implements tech.mhuang.pacebox.core.codec.Decoder<T,R>, tech.mhuang.pacebox.core.codec.Encoder<T,R>)
接口分层结构
- tech.mhuang.pacebox.core.codec.Decoder<T,R>
- tech.mhuang.pacebox.core.codec.Encoder<T,R>