package m4;

import d3.C;
import java.io.IOException;
import q4.C1463c;

/* JADX INFO: renamed from: m4.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1170f implements InterfaceC1175k {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final C f14619c = new C(10);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Object f14620a;

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

    public C1170f(C1463c c1463c) {
        this.f14620a = c1463c;
        this.f14621b = f14619c;
    }

    @Override // m4.InterfaceC1175k
    public void a(C1174j c1174j, int i) throws IOException {
        int[] iArr = (int[]) this.f14621b;
        try {
            c1174j.read((byte[]) this.f14620a, iArr[0], i);
            iArr[0] = iArr[0] + i;
        } finally {
            c1174j.close();
        }
    }

    public C1170f(byte[] bArr, int[] iArr) {
        this.f14620a = bArr;
        this.f14621b = iArr;
    }
}
