jimu-decompiled/sources/com/tencent/bugly/proguard/l.java
2025-05-13 19:24:51 +02:00

41 lines
1.1 KiB
Java

package com.tencent.bugly.proguard;
import com.ijm.dataencryption.de.DataDecryptTool;
import java.nio.ByteBuffer;
/* compiled from: BUGLY */
/* loaded from: classes.dex */
public final class l {
static {
byte[] bArr = {48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 69, 70};
byte[] bArr2 = new byte[DataDecryptTool.DECRYPT_ALL_FILE];
byte[] bArr3 = new byte[DataDecryptTool.DECRYPT_ALL_FILE];
for (int i = 0; i < 256; i++) {
bArr2[i] = bArr[i >>> 4];
bArr3[i] = bArr[i & 15];
}
}
public static boolean a(int i, int i2) {
return i == i2;
}
public static boolean a(long j, long j2) {
return j == j2;
}
public static boolean a(Object obj, Object obj2) {
return obj.equals(obj2);
}
public static boolean a(boolean z, boolean z2) {
return z == z2;
}
public static byte[] a(ByteBuffer byteBuffer) {
byte[] bArr = new byte[byteBuffer.position()];
System.arraycopy(byteBuffer.array(), 0, bArr, 0, bArr.length);
return bArr;
}
}