Class Base45.Decoder

  • Enclosing class:
    Base45

    public static class Base45.Decoder
    extends Object
    A Base45 decoder.
    • Field Detail

      • DECODER

        public static final Base45.Decoder DECODER
        Static decoder instance.
    • Method Detail

      • decode

        public byte[] decode​(byte[] src)
        Decodes the supplied input (which is the byte array representation of a Base45 string).
        Parameters:
        src - the Base45 string to decode
        Returns:
        an allocated byte array
      • decode

        public byte[] decode​(String src)
        Decodes the supplied Base45 string.
        Parameters:
        src - the Base45 string to decode
        Returns:
        an allocated byte array