Package libcore.io

Class Base64


  • public final class Base64
    extends Object
    Perform encoding and decoding of Base64 byte arrays as described in http://www.ietf.org/rfc/rfc2045.txt
    • Method Detail

      • encode

        public static String encode​(byte[] in)
      • decode

        public static byte[] decode​(byte[] in)
      • decode

        public static byte[] decode​(byte[] in,
                                    int len)
        Decodes the input from position 0 (inclusive) to len (exclusive).