package R4;

import java.io.IOException;

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public p(String str, q qVar, int i, long j5) {
        super(str, true);
        this.f2702e = qVar;
        this.f2703f = i;
        this.f2704g = j5;
    }

    @Override // N4.a
    public final long a() {
        q qVar = this.f2702e;
        try {
            qVar.f2711G.n(this.f2704g, this.f2703f);
            return -1L;
        } catch (IOException e2) {
            qVar.e(e2);
            return -1L;
        }
    }
}
