Package libcore.io

Class Base64

java.lang.Object
libcore.io.Base64

public final class Base64
extends Object
Base64 encoder/decoder. In violation of the RFC, this encoder doesn't wrap lines at 76 columns.
  • Method Details

    • decode

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

      public static byte[] decode​(byte[] in, int len)
    • encode

      public static String encode​(byte[] in)