package p138.p176.p291.p296.p297.p300;

import java.io.IOException;
import java.io.InputStream;
import p138.p176.p291.p296.p297.p300.C5705;

/* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.ވ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C5710 implements C5705.InterfaceC5709 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final /* synthetic */ byte[] f16321;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final /* synthetic */ int[] f16322;

    public C5710(C5711 c5711, byte[] bArr, int[] iArr) {
        this.f16321 = bArr;
        this.f16322 = iArr;
    }

    @Override // p138.p176.p291.p296.p297.p300.C5705.InterfaceC5709
    /* JADX INFO: renamed from: ֏ */
    public void mo9093(InputStream inputStream, int i) throws IOException {
        try {
            inputStream.read(this.f16321, this.f16322[0], i);
            int[] iArr = this.f16322;
            iArr[0] = iArr[0] + i;
        } finally {
            inputStream.close();
        }
    }
}
