package i1;

/* JADX INFO: loaded from: classes.dex */
class j extends f {

    /* JADX INFO: renamed from: A, reason: collision with root package name */
    private int f4484A;

    /* JADX INFO: renamed from: B, reason: collision with root package name */
    private byte[] f4485B;

    /* JADX INFO: renamed from: C, reason: collision with root package name */
    private byte[] f4486C;

    /* JADX INFO: renamed from: D, reason: collision with root package name */
    g[] f4487D;

    /* JADX INFO: renamed from: z, reason: collision with root package name */
    private g f4488z;

    j(g gVar) {
        this.f4488z = gVar;
        this.f4450r = new C0548b();
        this.f4485B = new byte[6];
    }

    /* JADX WARN: Removed duplicated region for block: B:40:0x00a4 A[Catch: UnsupportedEncodingException -> 0x00d3, TRY_LEAVE, TryCatch #0 {UnsupportedEncodingException -> 0x00d3, blocks: (B:3:0x0014, B:5:0x0018, B:6:0x001a, B:8:0x0020, B:9:0x0023, B:13:0x0040, B:17:0x004d, B:21:0x0056, B:25:0x005e, B:30:0x0068, B:32:0x0070, B:34:0x0074, B:36:0x007c, B:38:0x0082, B:39:0x0089, B:40:0x00a4), top: B:45:0x0014 }] */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct add '--show-bad-code' argument
    */
    private int o(byte[] r25, int r26) {
        /*
            Method dump skipped, instruction units count: 214
            To view this dump add '--comments-level debug' option
        */
        throw new UnsupportedOperationException("Method not decompiled: i1.j.o(byte[], int):int");
    }

    @Override // i1.f
    int a(byte[] bArr, int i2) {
        return h(bArr, i2);
    }

    @Override // i1.f
    int g(byte[] bArr, int i2) {
        int i3 = bArr[i2];
        int i4 = i3 & 255;
        this.f4484A = i4;
        int i5 = i4 * 18;
        int i6 = (this.f4456x - i5) - 1;
        int i7 = i2 + 1;
        this.f4484A = i3 & 255;
        System.arraycopy(bArr, i5 + i7, this.f4485B, 0, 6);
        int iO = i7 + o(bArr, i7);
        byte[] bArr2 = new byte[i6];
        this.f4486C = bArr2;
        System.arraycopy(bArr, iO, bArr2, 0, i6);
        return (iO + i6) - i2;
    }

    @Override // i1.f
    int j(byte[] bArr, int i2) {
        return 0;
    }

    @Override // i1.f
    public String toString() {
        return new String("NodeStatusResponse[" + super.toString() + "]");
    }
}
