package R4;

import java.io.IOException;

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public k(String str, q qVar, int i, int i5) {
        super(str, true);
        this.f2687e = qVar;
        this.f2688f = i;
        this.f2689g = i5;
    }

    @Override // N4.a
    public final long a() {
        int i = this.f2688f;
        int i5 = this.f2689g;
        q qVar = this.f2687e;
        qVar.getClass();
        try {
            qVar.f2711G.l(i, true, i5);
            return -1L;
        } catch (IOException e2) {
            qVar.e(e2);
            return -1L;
        }
    }
}
