package com.a.easyjni;
public class a { private static final char[] a; static { a.a = new char[]{'i', '5', 'j', 'L', 'W', '7', 'S', '0', 'G', 'X', '6', 'u', 'f', '1', 'c', 'v', '3', 'n', 'y', '4', 'q', '8', 'e', 's', '2', 'Q', '+', 'b', 'd', 'k', 'Y', 'g', 'K', 'O', 'I', 'T', '/', 't', 'A', 'x', 'U', 'r', 'F', 'l', 'V', 'P', 'z', 'h', 'm', 'o', 'w', '9', 'B', 'H', 'C', 'M', 'D', 'p', 'E', 'a', 'J', 'R', 'Z', 'N'}; }
public String a(byte[] arg10) { StringBuilder v4 = new StringBuilder(); int v0; for(v0 = 0; v0 <= arg10.length - 1; v0 += 3) { byte[] v5 = new byte[4]; int v3 = 0; byte v2 = 0; while(v3 <= 2) { if(v0 + v3 <= arg10.length - 1) { v5[v3] = (byte)(v2 | (arg10[v0 + v3] & 0xFF) >>> v3 * 2 + 2); v2 = (byte)(((arg10[v0 + v3] & 0xFF) << (2 - v3) * 2 + 2 & 0xFF) >>> 2); } else { v5[v3] = v2; v2 = 0x40; }
++v3; }
v5[3] = v2; int v2_1; for(v2_1 = 0; v2_1 <= 3; ++v2_1) { if(v5[v2_1] <= 0x3F) { v4.append(a.a[v5[v2_1]]); } else { v4.append('='); } } }
return v4.toString(); } }
|