Class AsciiEncoderBase64

  • All Implemented Interfaces:
    URLEncoder

    public class AsciiEncoderBase64
    extends java.lang.Object
    implements URLEncoder
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] decode​(java.lang.String s)  
      static int decode6bit​(char c)  
      java.lang.String encode​(byte[] data)  
      static char encode6bit​(byte b)  
      • Methods inherited from class java.lang.Object

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

      • AsciiEncoderBase64

        public AsciiEncoderBase64()
    • Method Detail

      • encode

        public java.lang.String encode​(byte[] data)
        Specified by:
        encode in interface URLEncoder
      • decode

        public byte[] decode​(java.lang.String s)
        Specified by:
        decode in interface URLEncoder
      • decode6bit

        public static int decode6bit​(char c)
      • encode6bit

        public static char encode6bit​(byte b)