Class Base16.Codec

  • Enclosing class:
    Base16

    public static class Base16.Codec
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Codec()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decode​(java.lang.String b16)  
      static int decodeChar​(char c)  
      static java.lang.String encode​(char[] encodeAlphabet, byte[] bytes)  
      static java.lang.String encode​(char[] encodeAlphabet, byte[] bytes, int maxLength)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Codec

        public Codec()
    • Method Detail

      • decodeChar

        public static int decodeChar​(char c)
      • encode

        public static java.lang.String encode​(char[] encodeAlphabet,
                                              byte[] bytes)
      • encode

        public static java.lang.String encode​(char[] encodeAlphabet,
                                              byte[] bytes,
                                              int maxLength)
      • decode

        public static byte[] decode​(java.lang.String b16)