程序包tech.mhuang.pacebox.core.codec的分层结构

程序包分层结构:

类分层结构

  • 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>