package r7;

import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public final class n extends n7.a {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ o f16629e;

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ long f16631g;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public n(String str, o oVar, int i, long j8) {
        super(str, true);
        this.f16629e = oVar;
        this.f16630f = i;
        this.f16631g = j8;
    }

    @Override // n7.a
    public final long a() {
        o oVar = this.f16629e;
        try {
            oVar.f16643M.A(this.f16631g, this.f16630f);
            return -1L;
        } catch (IOException e8) {
            oVar.a(2, 2, e8);
            return -1L;
        }
    }
}
