Package com.squareup.okhttp.internal
Class Base64
java.lang.Object
com.squareup.okhttp.internal.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 Summary
-
Method Details
-
decode
public static byte[] decode(byte[] in) -
decode
public static byte[] decode(byte[] in, int len) -
encode
-