package A1;

import java.util.Arrays;

/* JADX INFO: renamed from: A1.l, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0011l {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final byte[] f202f = {0, 0, 1};

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public boolean f203a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f204b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f206d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public byte[] f207e;

    public final void a(byte[] bArr, int i, int i5) {
        if (this.f203a) {
            int i8 = i5 - i;
            byte[] bArr2 = this.f207e;
            int length = bArr2.length;
            int i9 = this.f205c + i8;
            if (length < i9) {
                this.f207e = Arrays.copyOf(bArr2, i9 * 2);
            }
            System.arraycopy(bArr, i, this.f207e, this.f205c, i8);
            this.f205c += i8;
        }
    }
}
