jimu-decompiled/sources/com/tencent/wxop/stat/common/k.java
2025-05-13 19:24:51 +02:00

47 lines
2.3 KiB
Java

package com.tencent.wxop.stat.common;
/* loaded from: classes.dex */
class k extends i {
static final /* synthetic */ boolean g = !h.class.desiredAssertionStatus();
private static final byte[] h = {65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 43, 47};
private static final byte[] i = {65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 45, 95};
int c;
public final boolean d;
public final boolean e;
public final boolean f;
private final byte[] j;
private int k;
private final byte[] l;
public k(int i2, byte[] bArr) {
this.a = bArr;
this.d = (i2 & 1) == 0;
this.e = (i2 & 2) == 0;
this.f = (i2 & 4) != 0;
this.l = (i2 & 8) == 0 ? h : i;
this.j = new byte[2];
this.c = 0;
this.k = this.e ? 19 : -1;
}
/* JADX ERROR: JadxOverflowException in pass: RegionMakerVisitor
jadx.core.utils.exceptions.JadxOverflowException: Regions count limit reached
at jadx.core.utils.ErrorsCounter.addError(ErrorsCounter.java:59)
at jadx.core.utils.ErrorsCounter.error(ErrorsCounter.java:31)
at jadx.core.dex.attributes.nodes.NotificationAttrNode.addError(NotificationAttrNode.java:19)
*/
/* JADX WARN: Removed duplicated region for block: B:20:0x0097 */
/* JADX WARN: Removed duplicated region for block: B:30:0x00e9 A[SYNTHETIC] */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct code enable 'Show inconsistent code' option in preferences
*/
public boolean a(byte[] r18, int r19, int r20, boolean r21) {
/*
Method dump skipped, instructions count: 529
To view this dump change 'Code comments level' option to 'DEBUG'
*/
throw new UnsupportedOperationException("Method not decompiled: com.tencent.wxop.stat.common.k.a(byte[], int, int, boolean):boolean");
}
}