package N3;

import F1.L;
import J0.AbstractC0345b;

/* JADX INFO: loaded from: classes3.dex */
public final class d extends AbstractC0345b {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ int f5271c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ d(byte[] bArr, int i6) {
        super(bArr);
        this.f5271c = i6;
    }

    @Override // J0.AbstractC0345b
    public final L g(byte[] bArr, int i6) {
        switch (this.f5271c) {
            case 0:
                return new c(bArr, i6, 0);
            default:
                return new c(bArr, i6, 1);
        }
    }
}
